Startup Crontab: Difference between revisions

From TeamSpeak Wiki
Jump to navigation Jump to search
(Created page with "This simple method will simply start your TeamSpeak server instance when your server has finished booting. Pretty much all Linux distributions support this method as crontab...")
 
No edit summary
Line 4: Line 4:
Pretty much all Linux distributions support this method as crontab is installed on most distributions by default.
Pretty much all Linux distributions support this method as crontab is installed on most distributions by default.


Add a line like the following to your crontab (run crontab -e to get to the crontab editor on your system)<blockquote>@reboot /home/teamspeak/teamspeak3-server_linux-amd64/ts3server_startscript.sh restart</blockquote>
Add a line like the following to your crontab (run crontab -e to get to the crontab editor on your system)
    @reboot /home/teamspeak/teamspeak3-server_linux-amd64/ts3server_startscript.sh restart

Revision as of 05:22, 6 January 2021

This simple method will simply start your TeamSpeak server instance when your server has finished booting.


Pretty much all Linux distributions support this method as crontab is installed on most distributions by default.

Add a line like the following to your crontab (run crontab -e to get to the crontab editor on your system)

   @reboot /home/teamspeak/teamspeak3-server_linux-amd64/ts3server_startscript.sh restart