6 PID
=$
(pidof
-o %PPID
`which lxdm-binary`)
9 stat_busy
"Starting LXDM Display Manager"
10 [ -z "$PID" ] && /usr
/sbin
/lxdm
-d &> /dev
/null
19 stat_busy
"Stopping LXDM Display Manager"
20 [ ! -z "$PID" ] && kill $PID &> /dev
/null
34 echo "usage: $0 {start|stop|restart}"