Skip to content

Instantly share code, notes, and snippets.

@KunoiSayami
Last active July 16, 2021 14:53
Show Gist options
  • Save KunoiSayami/0a914bc622b2841df5edf9b73c28a8b9 to your computer and use it in GitHub Desktop.
Save KunoiSayami/0a914bc622b2841df5edf9b73c28a8b9 to your computer and use it in GitHub Desktop.
Teamspeak systemd file
[Unit]
Description=TeamSpeak Daemon
Requires=network.target
After=network-online.target
[Service]
Type=simple
User=teamspeak
ExecStart=/opt/teamspeak/teamspeak3-server_linux_amd64/ts3server
WorkingDirectory=/opt/teamspeak/teamspeak3-server_linux_amd64
Restart=on-failure
RestartSec=5
KillSignal=SIGINT
TimeoutStopSec=5
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment