#!/bin/sh

PATH=/bin:/usr/bin

# echo 'disabled.' ; exit
touch /etc/runit/stopit
chmod 100 /etc/runit/stopit && echo System is going down now... | wall
sleep 5
