Last active
April 22, 2017 20:42
-
-
Save integrii/cac810b570b1130a6068 to your computer and use it in GitHub Desktop.
Service file for teamspeak on systemd (teamspeak.service)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Teamspeak Server | |
After=network.target | |
[Service] | |
ExecStart=/root/teamspeak/ts3server_startscript.sh start | |
ExecStop=/root/teamspeak/ts3server_startscript.sh stop | |
Watchdog=1 | |
Restart=on-watchdog | |
User=root | |
[Install] | |
WantedBy=network.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment