[media-sound/teamspeak-server] rename as in tree

This commit is contained in:
2018-06-24 19:50:52 +02:00
parent 5b589b0916
commit 0638379048
9 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
[Unit]
Description=TeamSpeak3 Server
After=network-online.target
[Service]
Type=simple
User=teamspeak
Group=teamspeak
WorkingDirectory=/opt/teamspeak3-server
Environment="LD_LIBRARY_PATH=/opt/teamspeak3-server"
Environment="TS3SERVER_LICENSE=accept"
ExecStartPre=/bin/rm -f /dev/shm/7gbhujb54g8z9hu43jre8
ExecStart=/opt/bin/ts3server inifile=/etc/teamspeak3-server/ts3server.ini
[Install]
WantedBy=multi-user.target