summaryrefslogtreecommitdiff
path: root/tmpfiles.d
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-02-22 14:21:30 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-02-22 14:21:30 +0100
commit6e11e7e67db3d9ccf472cb92a6030c084417bbb7 (patch)
tree41947cbe3f2106993d91611d4b0929ec85189a79 /tmpfiles.d
parentc5c07649c2fa0f5830058e6f0d84b955c7951cf4 (diff)
downloadsystemd-6e11e7e67db3d9ccf472cb92a6030c084417bbb7.tar.gz
nologin: extend the /run/nologin descriptions a bit (#8244)
This is an attempt to improve #8228 a bit, by extending the /run/nologin a bit, but still keeping it somewhat brief. On purpose I used the vague wording "unprivileged user" rather than "non-root user" so that pam_nologin can be updated to disable its behaviour for members of the "wheel" group one day, and our messages would still make sense. See #8228.
Diffstat (limited to 'tmpfiles.d')
-rw-r--r--tmpfiles.d/systemd-nologin.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfiles.d/systemd-nologin.conf b/tmpfiles.d/systemd-nologin.conf
index a30a8da604..df4dd63272 100644
--- a/tmpfiles.d/systemd-nologin.conf
+++ b/tmpfiles.d/systemd-nologin.conf
@@ -8,4 +8,4 @@
# 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)"
+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)."