From 27c29c2b95864e4844ef644400ebf59a08d08abd Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Tue, 3 Jul 2012 22:28:05 -0400 Subject: remove /run/nologin before leaving rc.multi systemd-186 writes this file when running systemd-tmpfiles, but initscripts never removes it. This disallows all non-root logins. Reported-by: Dan McGee Signed-off-by: Dave Reisner --- rc.multi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rc.multi') diff --git a/rc.multi b/rc.multi index daf2372..7d4acaa 100755 --- a/rc.multi +++ b/rc.multi @@ -31,4 +31,6 @@ run_hook multi_end bootlogd_stop +rm -f /run/nologin + # vim: set ts=2 sw=2 noet: -- cgit v1.2.3