aboutsummaryrefslogtreecommitdiff
path: root/applets_sh/nologin
diff options
context:
space:
mode:
Diffstat (limited to 'applets_sh/nologin')
-rwxr-xr-xapplets_sh/nologin3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets_sh/nologin b/applets_sh/nologin
new file mode 100755
index 000000000..4ed5f6ca3
--- /dev/null
+++ b/applets_sh/nologin
@@ -0,0 +1,3 @@
+cat /etc/nologin.txt 2>/dev/null || echo This account is not available
+sleep 5
+exit 1