1
0
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:
Štěpán Němec 2024-02-27 14:21:33 +01:00 committed by Luca Boccassi
parent 532de87f74
commit 0f1a5ecc1a

View 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 -