6 PID
=`pidof -o %PPID /usr/bin/slim`
9 stat_busy
"Starting Simple Login Manager"
10 [ -z "$PID" ] && /usr
/bin
/slim
-d &> /dev
/null
19 stat_busy
"Stopping Simple Login Manager"
20 [ ! -z "$PID" ] && kill $PID &> /dev
/null
34 echo "usage: $0 {start|stop|restart}"