SuSE startup script
Hi all,
Great program.
I've got two modifications for your SuSE linux startup script:
1. this is a minor typo:
echo Stopping TeamSpeak Sercer Daemon
should be:
echo Stopping TeamSpeak Server Daemon
2. a timer problem:
When using the restart option of the SuSE startup script it will fail to start the server. This is because of an 2 sec wait in the program. So if you add a line like this in the stop phase:
AFTER:
kill -TERM `cat /var/run/tss.pid`
ADD
sleep 3
So tss can fully stop and afterwards tss can start automatically.
I hope you can use this info.
Last edited by ErwinK; 07-08-2002 at 02:41.
|