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:
parent
2db2918b87
commit
e932875ca4
7
debian/coturn.service
vendored
7
debian/coturn.service
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user