summaryrefslogtreecommitdiff
path: root/core/runit/ctrlaltdel
blob: f4c2b65c07c9b244328316c0c9f66dabc21086c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
# /etc/runit/ctrlaltdel - Handle Ctrl+Alt+Del

PATH=/sbin:/bin:/usr/sbin:/usr/bin
export PATH

touch /etc/runit/reboot
chmod 100 /etc/runit/reboot

touch /etc/runit/stopit
chmod 100 /etc/runit/stopit

echo 'System is going down NOW!' | wall 2>/dev/null