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

[Service]
Type=simple
User={{ teamspeak.user }}
Group={{ teamspeak.user }}
WorkingDirectory={{ teamspeak.home }}/{{ teamspeak.symlink }}
Environment='LD_LIBRARY_PATH="{{ teamspeak.home }}/{{ teamspeak.symlink }}:$LD_LIBRARY_PATH"'
ExecStart={{ teamspeak.home }}/{{ teamspeak.symlink }}/ts3server_minimal_runscript.sh

[Install]
WantedBy=multi-user.target