3 # agnLogd: Starts the AGNS Log Daemon
9 PID
="$(cat /var/run/agnLogd.pid 2>/dev/null)"
13 stat_busy
"Starting AGNS Log Daemon"
14 /opt
/agns
/bin
/agnLogd
&> /dev
/null
23 stat_busy
"Stopping AGNS Log Daemon"
24 [ ! -z "$PID" ] && kill $PID &> /dev
/null
38 echo "usage: $0 {start|stop|restart}"
43 # See how we were called.
60 if [ -f /var
/lock
/subsys
/agnLogd
]; then
70 echo $
"Usage: $0 {start|stop|status|restart|condrestart|reload}"