9 #Check for running dbus, start when not running
10 ck_daemon dbus
&& /etc
/rc.d
/dbus start
11 stat_busy
"Starting Aircontrol"
12 cd /opt
/aircontrol
/bin
&& sh startup.sh
21 stat_busy
"Stopping Aircontrol"
22 cd /opt
/aircontrol
/bin
&& sh shutdown.sh
36 echo "usage: $0 {start|stop|restart}"