1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-23 21:57:46 +03:00

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

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