Results 1 to 7 of 7
-
26-06-2012, 01:23 #1
-= TeamSpeak User =-
- Join Date
- Nov 2011
- Posts
- 4
How to AUTOSTART a TS3 server on linux ? (after server reboot) init.d? cron?
Hi!! My TS3 server is under Linux (DebianOS) and working excellent. But everytime I reboot the server, or it does auto-reboot for any reason, the TS3 obviously die and I have to MANUALLY put it up again.
I've read some ideas for this, but I expect something like wich of the options is the best for a TS3 server.
I did read about cron, init.d, but even with those I don't know how to use them.
If any of you can help me, I will really appreciate it.
Thank u in advance.
-
26-06-2012, 01:59 #2
-= TeamSpeak Addict =-
- Join Date
- Jun 2011
- Location
- Russian Federation
- Posts
- 208
my sample: (of course you specify a path to launch)
crontab -e
Code:@reboot /home/archi/teamspeak3-server_linux-x86/ts3server_startscript.sh start
-
26-06-2012, 02:21 #3
-= TeamSpeak User =-
- Join Date
- Nov 2011
- Posts
- 4
-
26-06-2012, 02:23 #4
-= TeamSpeak Addict =-
- Join Date
- Jun 2011
- Location
- Russian Federation
- Posts
- 208
I have been using it as a year and everything works. Try it!
-
26-06-2012, 06:05 #5
-= TeamSpeak Addict =-
- Join Date
- Feb 2008
- Location
- Germany, Schorndorf
- Posts
- 176
Debian does not start in level 3,5 by default. Normal startup is init level2.
btw you should copy script into init.d folder. Install script with
update-rc.d scriptname default
thats all if your script is okLast edited by Dabulator; 26-06-2012 at 21:39. Reason: level1 changed to level2
-
26-06-2012, 14:29 #6
-= TeamSpeak User =-
- Join Date
- Jun 2012
- Posts
- 1
Greetings from Russia. One man found a solution. Hoy, I think it is not complete.
http://kolodkin.com.ua/?p=9
p. s. Thanks to Google translator
I have a problem. Teamspeak runs before the other demons, and interferes with the launch of other demons
-
26-06-2012, 20:56 #7
-= TeamSpeak Addict =-
- Join Date
- Feb 2008
- Location
- Germany, Schorndorf
- Posts
- 176
check if you have defined your init section of script like
### BEGIN INIT INFO
# Provides: TeamSpeak3
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Short-Description: TeamSpeak 3 Server
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Description: Start and stop yourpriorität TeamSpeak 3 server...
### END INIT INFO
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Linux TS3 Server Autostart script
By MasterXBKC in forum ToolsReplies: 17Last Post: 02-11-2011, 09:55 -
Linux Newb - Server keeps crashing, cron works but cant restart (log included)
By Magyar in forum Linux / FreeBSDReplies: 2Last Post: 24-09-2010, 15:40 -
TS check Cron and Init.d files CentOS 5.0
By Katana*GFR* in forum [TeamSpeak 2] Server SupportReplies: 0Last Post: 19-02-2008, 14:32 -
Autostart when reboot ?
By axel22 in forum [TeamSpeak 2] Server SupportReplies: 2Last Post: 19-09-2007, 05:18 -
Autostart per Cron
By bibabu in forum [TeamSpeak 2] Server SupportReplies: 0Last Post: 21-05-2006, 12:08


Reply With Quote
