> Killing the process leaves the /etc/nologin file in place. Try using a less lethal instrument next time. "shutdown" catches the "terminate" signal, which is what "kill" sends by default, and removes the "/etc/nologin" file before exiting. Just use "kill", not "kill -9" or "kill -KILL".