4 .
/etc
/conf.d
/spk-connect
7 PID
=`pidof spk-connect`
8 PIDFILE
=/var
/run
/spk-connect.pid
11 stat_busy
"Starting spk-connect"
12 if [ -z "$PID" ]; then
13 if [ -f $PIDFILE ]; then
16 /usr
/bin
/spk-connect-ttsynth
$SPK_CONNECT_ARGS
20 add_daemon spk-connect
26 stat_busy
"Stopping spk-connect"
27 [ ! -z "$PID" ] && kill $PID &> /dev
/null
41 echo "usage: $0 {start|stop|restart}"