How to make CS server autostart on reboot

2009-08-13 Thread Anton
Hello everybode, Can you help me in subject? Cause, if I even place the start script in /= etc/rc.local - it do not starts -- -- Best regards, Anton= ;[1]mailto:an...@sng.by Administrator Feel free to contact me via ICQ 363780596

Re: How to make CS server autostart on reboot

2009-08-13 Thread Mark Stapper
Hello, What do you mean by a CS server? I'm sure there are better of pretier solution but you can use cron to do this for you. As the user which should run this service do: crontab -e then add a rule like: @reboot command Then save and exit. Now next time on reboot the command will be run.

Re[2]: How to make CS server autostart on reboot

2009-08-13 Thread Anton
Hello Mark, under CS server - I mean server for Counter-strike... I've also tried this variant - it is starting. as if from rc.local - but= then it shuts down, and I could not find out why Thursday, August 13, 2009, 2:26:35 PM, you wrote: Hello, What do you mean by a

Re: Re[2]: How to make CS server autostart on reboot

2009-08-13 Thread Kalle Møller
No logfiles ?? Sounds like something needs to be started prior to the CS-server 2009/8/13 Anton an...@sng.by Hello Mark, under CS server - I mean server for Counter-strike... I've also tried this variant - it is starting. as if from rc.local - but then it shuts down, and I could