summaryrefslogtreecommitdiff
path: root/tmpfiles.d
diff options
context:
space:
mode:
authorMichaƂ Bartoszkiewicz <mbartoszkiewicz@gmail.com>2013-01-18 21:33:59 +0100
committerLennart Poettering <lennart@poettering.net>2013-01-19 02:11:41 +0100
commit610d99284feb9e942bce601c6aac1a5074545e6b (patch)
tree9f2bd0b0b1a62da1f6e8e13b3abd866c442c0084 /tmpfiles.d
parentba70211e0fe05d2e89e222e6eb7dd3766655cb44 (diff)
tmpfiles: do not make /run/nologin executable
Diffstat (limited to 'tmpfiles.d')
-rw-r--r--tmpfiles.d/systemd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf
index f3928d696..ee86f2ebc 100644
--- a/tmpfiles.d/systemd.conf
+++ b/tmpfiles.d/systemd.conf
@@ -21,4 +21,4 @@ d /run/systemd/sessions 0755 root root -
d /run/systemd/users 0755 root root -
d /run/systemd/shutdown 0755 root root -
-F /run/nologin 0755 - - - "System is booting up."
+F /run/nologin 0644 - - - "System is booting up."