summary refs log tree commit diff
path: root/etc/openbsd/ctrlaltdel
blob: aa62a01dc83df35745f4eeb97d1be0efddf14c62 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh
MSG="System is going down in 14 seconds..."

echo 'disabled.' ; exit

/bin/touch /etc/runit/stopit && \
  /bin/echo "$MSG" | /usr/bin/wall
/bin/sleep 14