]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tmpfiles.d/systemd-nologin.conf: use f+ instead of F (deprecated)
authorMike Yuan <me@yhndnzj.com>
Thu, 7 Dec 2023 15:14:35 +0000 (23:14 +0800)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 8 Dec 2023 01:58:05 +0000 (10:58 +0900)
Fixes #30368

tmpfiles.d/systemd-nologin.conf

index 69a212a8db12eff4dc92dcbf42ee08b380bfbfd5..e1efc73918635c51a0d26f2d1d12e1daec5ba061 100644 (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)."