Created
December 30, 2019 20:20
-
-
Save denniskupec/bb0251be5e4b54ad9fe7a66e9877de64 to your computer and use it in GitHub Desktop.
Teamspeak 3 unit 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 3 Server | |
After=network.target | |
[Service] | |
Type=simple | |
ExecStart=/home/ts3server/ts3server inifile=/home/ts3server/ts3server.ini | |
PIDFile=/home/ts3server/ts3server.pid | |
WorkingDirectory=/home/ts3server | |
KillMode=process | |
Restart=always | |
RestartSec=10 | |
Environment=TS3SERVER_LICENSE=accept | |
User=ts3server | |
Group=ts3server | |
StandardOutput=syslog | |
StandardError=syslog | |
SyslogIdentifier=teamspeak3 | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment