1
0
mirror of https://github.com/coturn/coturn.git synced 2026-05-05 10:46:10 +02:00

Service type change to simple

This commit is contained in:
Mészáros Mihály 2018-12-05 10:38:34 +00:00 committed by Ferenc Wágner
parent 2db2918b87
commit e932875ca4

View File

@ -2,17 +2,14 @@
Description=coTURN STUN/TURN Server
Documentation=man:coturn(1) man:turnadmin(1) man:turnserver(1)
After=network.target
#After=network-online.target
[Service]
User=turnserver
Group=turnserver
Type=forking
PIDFile=/run/turnserver/turnserver.pid
Type=simple
RuntimeDirectory=turnserver
ExecStart=/usr/bin/turnserver -o -c /etc/turnserver.conf
ExecStart=/usr/bin/turnserver -c /etc/turnserver.conf
Restart=on-failure
InaccessibleDirectories=/home
PrivateTmp=yes