PDA

View Full Version : Running TeamSpeak as a service


IgD
30-03-2003, 05:13
I'm using Red Hat 8. I've got the latest version of the TeamSpeak Server in /etc/tss2. How can I install this thing as a service to activate at start up?

I think I have to do something like:
chkconfig --level 2345 servicename on
chkconfig --add servicename
service servicename start

I can't seem to figure it out. Would you please set me straight?

PureGrain
02-04-2003, 04:59
A long time ago. I am sure it will work in RedHat 8, I had 7.2 and still do.
Click Here (http://www.teamspeak.org/forums/showthread.php?s=&threadid=2558)
You should try Search next time. I found that in search, I had forgoten I even asked.. :rolleyes:

IgD
02-04-2003, 15:32
> If you want to get ts2 server on startup, just put the startscript
> (tss.minimal_startscipt) in the rc.d dir and make a link in
> your /etc/rc<runlevel>.d (as far as i rember the names on
> redhat).

Is this what you are referring to?

Is there a way to do this with CHKCONFIG?

IgD
07-04-2003, 22:42
Any1?