6 PID
=$
(pidof
-o %PPID
/usr
/sbin
/downtimed
)
9 stat_busy
"Starting downtimed"
10 [ -z "$PID" ] && /usr
/sbin
/downtimed
19 stat_busy
"Stopping downtimed"
20 [ ! -z "$PID" ] && kill $PID &> /dev
/null
34 echo "usage: $0 {start|stop|restart}"