#!/bin/sh PATH=/bin:/usr/bin MSG="System is going down..." # echo 'disabled.' ; exit install -Dm100 /dev/null /run/runit/stopit echo "$MSG" | wall