#!/bin/sh

PATH=/sbin:/bin:/usr/bin
MSG="System is going down for reboot NOW!"

# echo 'disabled.' ; exit
touch /etc/runit/stopit
chmod 100 /etc/runit/stopit && echo "$MSG" | wall

