Teamspeak on Ubuntu 6.06 Server!

Discussion in 'Installation/Configuration' started by mrwasabi, Feb 20, 2007.

  1. mrwasabi

    mrwasabi New Member

    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
     
  2. martinfst

    martinfst Member Moderator

    The most easy way to do this is to add the TS start command to the file
    Code:
    /etc/rc.local
     
  3. falko

    falko Super Moderator Howtoforge Staff

    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
     

Share This Page