6 PID
=$
(pidof
-o %PPID
/usr
/bin
/keytouch-acpid
)
9 stat_busy
"Starting keyTouch Daemon"
10 /usr
/bin
/keytouch-init
11 if [ -z "$PID" ]; then
12 /usr
/bin
/keytouch-acpid
&> /dev
/null
&
22 stat_busy
"Stopping keyTouch Daemon"
23 [ ! -z "$PID" ] && kill $PID &>/dev
/null
36 echo "usage: $0 {start|stop|restart}"