1
0
Fork 0
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:
tituspijean 2022-09-13 10:39:56 +02:00
parent 6afcbd639f
commit 6ea3fd2951
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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__