1

Topic: Startup script / log file

Can anyone post a debian/ubuntu init.d script to run servers and write their output to logs? I'm only getting empty files owned by root when use >> /path/to/log ):

PS: Conf line to set logs would be the best thing..

2

Re: Startup script / log file

wiz wrote:

Can anyone post a debian/ubuntu init.d script to run servers and write their output to logs? I'm only getting empty files owned by root when use >> /path/to/log ):

PS: Conf line to set logs would be the best thing..

+1 something like sv_log will be very useful.

3 (edited by FireArrow 2008-02-24 16:51:35)

Re: Startup script / log file

try "teewars_srv -f yourconf | tee your.log"

Used to be very active waay back

4

Re: Startup script / log file

try "teewars_srv -f yourconf | tee your.log"

Oh, indeed! ((=