Initial TeamSpeak 3.13.7 install docs, systemd unit, install script

This commit is contained in:
2026-04-10 03:49:20 -05:00
parent 63cf7acb70
commit 4633ca2c04
3 changed files with 140 additions and 2 deletions

17
teamspeak.service Normal file
View File

@@ -0,0 +1,17 @@
[Unit]
Description=TeamSpeak 3 Server
After=network.target
[Service]
WorkingDirectory=/opt/teamspeak
User=teamspeak
Group=teamspeak
Type=forking
ExecStart=/opt/teamspeak/ts3server_startscript.sh start inifile=ts3server.ini license_accepted=1
ExecStop=/opt/teamspeak/ts3server_startscript.sh stop
PIDFile=/opt/teamspeak/ts3server.pid
Restart=on-failure
RestartSec=15
[Install]
WantedBy=multi-user.target