]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tmpfiles.d: avoid deprecated, undocumented syntax (s/F/f+/)
authorŠtěpán Němec <stepnem@smrk.net>
Tue, 27 Feb 2024 13:21:33 +0000 (14:21 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 27 Feb 2024 19:21:06 +0000 (19:21 +0000)
Fixes: eccebf4b0dcb ("systemd-tmpfiles: deprecate F for f+")
tmpfiles.d/systemd.conf.in

index 11a45a3f4bb76f3eea53895add7f5e07931c19ce..ce7206145eb524e4647b390905379640339aafb9 100644 (file)
@@ -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 -