Last active
July 16, 2021 14:53
-
-
Save KunoiSayami/0a914bc622b2841df5edf9b73c28a8b9 to your computer and use it in GitHub Desktop.
Teamspeak systemd file
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 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