20 lines
		
	
	
		
			360 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			360 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=TeamSpeak 3 TSDNS Server
 | 
						|
After=network.target
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=simple
 | 
						|
WorkingDirectory=/opt/teamspeak3-server
 | 
						|
ExecStart=/opt/teamspeak3-server/sbin/tsdnsserver
 | 
						|
ExecStop=/bin/kill -15 $MAINPID
 | 
						|
StandardOutput=syslog
 | 
						|
StandardError=syslog
 | 
						|
User=teamspeak3
 | 
						|
Group=teamspeak3
 | 
						|
Restart=always
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 | 
						|
 | 
						|
# vim:syntax=dosini
 |