mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
tmpfiles.d: avoid deprecated, undocumented syntax (s/F/f+/)
Fixes: eccebf4b0dcb ("systemd-tmpfiles: deprecate F for f+")
This commit is contained in:
parent
532de87f74
commit
0f1a5ecc1a
@ -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 -
|
||||
|
Loading…
x
Reference in New Issue
Block a user