ntpd: drop delay outliers; run "unsync" handler if no replies for some time
[oweals/busybox.git] / applets_sh / nologin
1 #!/bin/sh
2 cat /etc/nologin.txt 2>/dev/null || echo "This account is not available"
3 sleep 5
4 exit 1