diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-04-21 17:26:56 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-04-21 17:43:55 +0200 |
commit | 451d691ae110a600497348d9f6288bc84efb8642 (patch) | |
tree | 87a37f45e3cc8dd50f5d6a1fb6327f53c09a41b1 /tmpfiles.d | |
parent | 158350e86923cb1d878d3bf7d928fb1c30a3da76 (diff) |
tmpfiles: there's no systemd-forbid-user-logins.service service
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d/systemd-nologin.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfiles.d/systemd-nologin.conf b/tmpfiles.d/systemd-nologin.conf index d61232b534..a30a8da604 100644 --- a/tmpfiles.d/systemd-nologin.conf +++ b/tmpfiles.d/systemd-nologin.conf @@ -5,7 +5,7 @@ # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. -# See tmpfiles.d(5) and systemd-forbid-user-logins.service(5). +# See tmpfiles.d(5), systemd-user-session.service(5) and pam_nologin(8). # This file has special suffix so it is not run by mistake. F! /run/nologin 0644 - - - "System is booting up. See pam_nologin(8)" |