mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Attempt to fix Coturn-Synapse PID
This commit is contained in:
parent
6afcbd639f
commit
6ea3fd2951
2 changed files with 2 additions and 3 deletions
|
@ -8,11 +8,10 @@ User=turnserver
|
|||
Group=turnserver
|
||||
Type=forking
|
||||
EnvironmentFile=/etc/default/coturn-__APP__
|
||||
PIDFile=/run/coturn-__APP__/turnserver.pid
|
||||
PIDFile=/run/coturn-__APP__.pid
|
||||
RuntimeDirectory=coturn-__APP__
|
||||
RuntimeDirectoryMode=0755
|
||||
ExecStart=/usr/bin/turnserver -o -c /etc/matrix-__APP__/coturn.conf $EXTRA_OPTIONS
|
||||
ExecStopPost=/bin/rm -f /run/coturn-__APP__/turnserver.pid
|
||||
Restart=on-abort
|
||||
|
||||
LimitCORE=infinity
|
||||
|
|
|
@ -24,7 +24,7 @@ no-multicast-peers
|
|||
no-cli
|
||||
|
||||
log-file=/var/log/matrix-__APP__/turnserver.log
|
||||
pidfile=/run/coturn-__APP__/turnserver.pid
|
||||
pidfile=/run/coturn-__APP__.pid
|
||||
simple-log
|
||||
|
||||
__TURN_EXTERNAL_IP__
|
||||
|
|
Loading…
Add table
Reference in a new issue