nologin - prevent usual users from log into the system
/etc/nologin is used by login(1); if this file exists, login will allow access only to root; other users are given a "System going down" message.
/etc/nologin
login(1), shutdown(8)