#!/bin/bash MYTH_RUN_STATUS="1" . /etc/profile INIT=`ps -p 1 -o comm=` # if [ x$1 = x-w ] # then # /sbin/halt.init -w # exit 0 # fi if [ x$INIT = xrunit ] then echo "System whill shutdown NOW" |wall chvt 1 runit-init 0 else systemctrl $@ fi