Skip to content

Instantly share code, notes, and snippets.

@KoffeinFlummi
Created August 27, 2015 07:53
Show Gist options
  • Save KoffeinFlummi/43996acad0e4543c5037 to your computer and use it in GitHub Desktop.
Save KoffeinFlummi/43996acad0e4543c5037 to your computer and use it in GitHub Desktop.
Teamspeak systemd service file
[Unit]
Description=Teamspeak
[Service]
User=teamspeak
Type=oneshot
ExecStart=/home/teamspeak/teamspeak/ts3server_startscript.sh start
ExecStop=/home/teamspeak/teamspeak/ts3server_startscript.sh stop
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment