6 ET_BIN
=/opt
/iowolfet
/ioetded.i386
7 PID
=`pidof -o %PPID $ET_BIN`
11 stat_busy
"Starting Enemy Territory Dedicated Server"
12 [ -z "$PID" ] && `su games -c "/usr/bin/iowolfet-ded &> /dev/null &"`
21 stat_busy
"Stopping Enemy Territory Dedicated Server"
22 [ ! -z "$PID" ] && kill $PID &> /dev
/null
36 echo "usage: $0 {start|stop|restart}"