5 .
/etc
/conf.d
/irexec.conf
7 PID
=`pidof -o %PPID /usr/bin/irexec`
10 stat_busy
"Starting IREXEC Daemon"
11 [ -z "$PID" ] && /usr
/bin
/irexec
--daemon $IREXEC_OPTS
20 stat_busy
"Stopping IREXEC Daemon"
21 [ ! -z "$PID" ] && kill $PID &> /dev
/null
35 echo "usage: $0 {start|stop|restart}"