summaryrefslogtreecommitdiffstats
path: root/tmpfiles.d
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@smrk.net>2024-02-27 14:21:33 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2024-02-27 20:21:06 +0100
commit0f1a5ecc1ae112fbc3a2536b70c6ee036f4126d3 (patch)
tree3e9bae07044a6a9d5a94c71b333b8a61c93500f6 /tmpfiles.d
parentcore: remove duplicate serialization of `cpu_sched_reset_on_fork` (diff)
downloadsystemd-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.in2
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 -