资 源 简 介
This Shell Script checks, if teamspeak currently running on your server. If not, it will start your teamspeak for you.
For more informations, look at the source code and the comments.
Usage: Place this Script to your Root Directory and do chmod +x "autostart.sh"
open crontab -e "User which is running with Teamspeak, e.g. ts3
crontab -e -u ts3
Type in following Command:
* 1 /home/ts3/autostart.sh
this cron will look every minute if your TS is running or not
If You dont want receive mails, you can use the following command:
* 1 /home/ts3/autostart.sh >> /dev/null