diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-02-20 19:57:30 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-02-21 13:46:39 +0100 |
commit | 9c7188547cd53dddd635c86c8ef5655290541966 (patch) | |
tree | 5ca2614026b769eae9a582ea4a3cc8cd06af446c /tmpfiles.d | |
parent | homectl: add missing break (diff) | |
download | systemd-9c7188547cd53dddd635c86c8ef5655290541966.tar.xz systemd-9c7188547cd53dddd635c86c8ef5655290541966.zip |
tmpfiles.d: drop misleading comment
I'm not sure what "suffix" was meant by this comment, but the file has the usual suffix.
The file was added with the current name back in c4708f132381e4bbc864d5241381b5cde4f54878.
Maybe an earlier version of the patch did something different.
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d/systemd-nologin.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tmpfiles.d/systemd-nologin.conf b/tmpfiles.d/systemd-nologin.conf index 39cfd06e8b..69a212a8db 100644 --- a/tmpfiles.d/systemd-nologin.conf +++ b/tmpfiles.d/systemd-nologin.conf @@ -6,6 +6,5 @@ # (at your option) any later version. # See tmpfiles.d(5), systemd-user-sessions.service(8) and pam_nologin(8). -# This file has special suffix so it is not run by mistake. 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)." |