#!/bin/bash MYTH_RUN_STATUS="1" . /etc/profile INIT=`ps -p 1 -o comm=` chvt 1 if [ x$INIT = xrunit ] then echo "System will reboot NOW" |wall chvt 1 runit-init 6 else systemctl reboot $@ fi