6 DESC
="Connection Manager"
9 DAEMON
="/usr/sbin/$NAME"
11 PID
=`pidof -o %PPID ${DAEMON}`
14 stat_busy
"Starting ${DESC}"
15 if [ -z "$PID" ]; then
18 if [ ! -z "$PID" -o $?
-gt 0 ]; then
26 stat_busy
"Stopping ${DESC}"
27 [ ! -z "$PID" ] && killall
${DAEMON} &> /dev
/null
41 echo "usage: $0 {start|stop|restart}"