#!/bin/sh

PATH=/bin:/usr/bin
MSG="System is rebooting..."

touch /etc/runit/stopit
chmod 100 /etc/runit/stopit && echo "$MSG" | wall
