6 PID
=`cat /var/run/eee-control-daemon.pid 2>/dev/null`
9 stat_busy
"Starting Eee Control Daemon"
10 [ -z "$PID" ] && /usr
/bin
/eee-control-daemon
14 add_daemon eee-control-daemon
19 stat_busy
"Stopping Eee Control Daemon"
20 [ ! -z "$PID" ] && kill $PID &> /dev
/null
24 rm_daemon eee-control-daemon
25 rm -f /var
/run
/eee-control-daemon.pid
36 echo "usage: $0 {start|stop|restart}"