Skip to content

Instantly share code, notes, and snippets.

@integrii
Last active April 22, 2017 20:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save integrii/cac810b570b1130a6068 to your computer and use it in GitHub Desktop.
Save integrii/cac810b570b1130a6068 to your computer and use it in GitHub Desktop.
Service file for teamspeak on systemd (teamspeak.service)
[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