8 stat_busy
"Starting Teeworlds Catch16 Server"
9 if [ $
(pidof
/usr
/bin
/teeworlds-srv-catch16
) ]; then
12 su andy
-c '/usr/bin/teeworlds-srv-catch16 -f /srv/teeworlds/catch16.cfg &> /var/log/teeworlds-catch16.log &'
13 add_daemon teeworlds-catch16
18 stat_busy
"Stopping Teeworlds Catch16 Server"
19 killall teeworlds-srv-catch16
&> /dev
/null
23 rm_daemon teeworlds-catch16
32 echo "usage: $0 {start|stop|restart}"