7 PID
=`pidof -o %PPID /usr/bin/opentracker`
11 stat_busy
"Starting opentracker Daemon"
12 [ -z "$PID" ] && su nobody
-s /bin
/sh
-c "/usr/bin/opentracker -f /etc/opentracker/config&"
16 add_daemon opentracker
21 stat_busy
"Stopping opentracker Daemon"
22 [ ! -z "$PID" ] && kill $PID &>/dev
/null
36 echo "usage: $0 {start|stop|restart}"