Hello Folks, I need assistance with a script to start TS at reboot of my server. TS came with "teamspeak2-server_startscript (start or stop)" to manually start and stop the server. However I would like to automate it a bit so I do not have to enter this at every reboot. The TS install went off without a hitch and is working perfectly, I just need help with this one issue. Thanks so much in advance for any assistance! MrWasabi
The Debian/Ubuntu way to make a service start at boot time is Code: update-rc.d [I]name_of_init_script[/I] defaults So in your case it would be Code: update-rc.d teamspeak2-server_startscript defaults