summarylogtreecommitdiffstats
path: root/teamspeak3-server.service
blob: a4d72a04e286d46c23e0940dc16157feaee5de8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=TeamSpeak3 Server
After=network-online.target

[Service]
Type=simple
User=teamspeak
Group=teamspeak
WorkingDirectory=/var/lib/teamspeak3-server
Environment='LD_LIBRARY_PATH="/usr/lib/:/usr/lib/mariadb/:$LD_LIBRARY_PATH"'
ExecStart=/usr/bin/ts3server inifile=/etc/teamspeak3-server.ini license_accepted=1

[Install]
WantedBy=multi-user.target