6 PID
=`pidof -o %PPID /usr/bin/mtd`
9 stat_busy
"Starting Myth Transcoding Daemon"
10 [ -z "$PID" ] && /usr
/bin
/mtd
-d
14 echo $PID > /var
/run
/mtd.pid
15 add_daemon mythtranscode
20 stat_busy
"Stopping Myth Transcoding Daemon"
21 [ ! -z "$PID" ] && kill $PID &>/dev
/null
34 echo "usage: $0 {start|stop|restart}"