Koozali.org: home of the SME Server

Service/daemon start at boot

Henrik

Service/daemon start at boot
« 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

Sebastian

Re: Service/daemon start at boot
« Reply #1 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