Your IP : 216.73.216.209


Current Path : /etc/runit/
Upload File :
Current File : //etc/runit/ctrlaltdel

#!/bin/sh

PATH=/bin:/usr/bin
MSG="System is going down in 14 seconds..."

# echo 'disabled.' ; exit
touch /run/runit.stopit
chmod 100 /run/runit.stopit && echo "$MSG" | wall
/bin/sleep 14