tmpfiles: do not make /run/nologin executable

This commit is contained in:
Michał Bartoszkiewicz 2013-01-18 21:33:59 +01:00 committed by Lennart Poettering
parent ba70211e0f
commit 610d99284f

View file

@ -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."