tmpfiles: write /run/nologin during early boot to disallow too early user logins

systemd-user-sessoins.service will later on remove the flag file, thus
permitting user logins when the time has come.
This commit is contained in:
Lennart Poettering 2012-06-25 17:35:13 +02:00
parent a882169a16
commit 61beaf818b
1 changed files with 2 additions and 0 deletions

View File

@ -24,3 +24,5 @@ d /run/systemd/seats 0755 root root -
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."