mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
tmpfiles.d: avoid deprecated, undocumented syntax (s/F/f+/)
Fixes: eccebf4b0d ("systemd-tmpfiles: deprecate F for f+")
This commit is contained in:
committed by
Luca Boccassi
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 -
|
||||
|
||||
Reference in New Issue
Block a user