7 CONFSTART
=/usr
/sbin
/pkcs11_startup
8 SLOTDBIN
=/usr
/sbin
/pkcsslotd
9 PID
=`pidof -o %PPID ${SLOTDBIN}`
14 stat_busy
"Starting ${DAEMON}"
15 if [ -z "$PID" ]; then
19 if [ ! -z "$PID" -o $?
-gt 0 ]; then
28 stat_busy
"Stopping ${DAEMON}"
29 [ ! -z "$PID" ] && kill $PID &> /dev
/null
44 echo "usage: $0 {start|stop|restart}"