summarylogtreecommitdiffstats
path: root/teamspeak3-server.service
blob: d5610c27ff8f847aa8ae9be0a0b62dec14d0b9b0 (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

[Install]
WantedBy=multi-user.target