Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Henrik on May 10, 2003, 10:46:11 PM

Title: Service/daemon start at boot
Post by: Henrik on May 10, 2003, 10:46:11 PM
I've installed a server program, teamspeak rc2. What i need is help with enabling the service to start at bootup. Right now i have to start it manually.

The command for start is: ./tss_minimal_startupscript start

??

/Henrik
Title: Re: Service/daemon start at boot
Post by: Sebastian on May 14, 2003, 01:33:41 AM
At the end of /etc/rc.d/rc.local file put the line:

//tss_minimal_startupscript start

where is the path to the program


Good luck