diff options
author | Štěpán Němec <stepnem@smrk.net> | 2024-02-27 14:21:33 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-02-27 20:21:06 +0100 |
commit | 0f1a5ecc1ae112fbc3a2536b70c6ee036f4126d3 (patch) | |
tree | 3e9bae07044a6a9d5a94c71b333b8a61c93500f6 /tmpfiles.d | |
parent | core: remove duplicate serialization of `cpu_sched_reset_on_fork` (diff) | |
download | systemd-0f1a5ecc1ae112fbc3a2536b70c6ee036f4126d3.tar.xz systemd-0f1a5ecc1ae112fbc3a2536b70c6ee036f4126d3.zip |
tmpfiles.d: avoid deprecated, undocumented syntax (s/F/f+/)
Fixes: eccebf4b0dcb ("systemd-tmpfiles: deprecate F for f+")
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d/systemd.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfiles.d/systemd.conf.in b/tmpfiles.d/systemd.conf.in index 11a45a3f4b..ce7206145e 100644 --- a/tmpfiles.d/systemd.conf.in +++ b/tmpfiles.d/systemd.conf.in @@ -9,7 +9,7 @@ d /run/user 0755 root root - {% if ENABLE_UTMP %} -F! /run/utmp 0664 root utmp - +f+! /run/utmp 0664 root utmp - {% endif %} d /run/systemd/ask-password 0755 root root - |