busybox/applets_sh/nologin
<<
>>
Prefs
   1cat /etc/nologin.txt 2>/dev/null || echo This account is not available
   2sleep 5
   3exit 1
   4