tmpfiles.d/systemd-nologin.conf: use f+ instead of F (deprecated)

Fixes #30368
This commit is contained in:
Mike Yuan 2023-12-07 23:14:35 +08:00 committed by Yu Watanabe
parent cd3207491d
commit 3b25958e64

View file

@ -7,4 +7,4 @@
# See tmpfiles.d(5), systemd-user-sessions.service(8) and pam_nologin(8).
F! /run/nologin 0644 - - - "System is booting up. Unprivileged users are not permitted to log in yet. Please come back later. For technical details, see pam_nologin(8)."
f+! /run/nologin 0644 - - - "System is booting up. Unprivileged users are not permitted to log in yet. Please come back later. For technical details, see pam_nologin(8)."