mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Fix turnserver config for bullseye
This commit is contained in:
parent
acb6125509
commit
68c1b62eb8
1 changed files with 3 additions and 7 deletions
|
@ -6,13 +6,9 @@ After=syslog.target network.target
|
||||||
[Service]
|
[Service]
|
||||||
User=turnserver
|
User=turnserver
|
||||||
Group=turnserver
|
Group=turnserver
|
||||||
Type=forking
|
Type=simple
|
||||||
EnvironmentFile=/etc/default/coturn-__APP__
|
EnvironmentFile=/etc/default/coturn-__APP__
|
||||||
PIDFile=/run/coturn-__APP__/turnserver.pid
|
ExecStart=/usr/bin/turnserver -c /etc/matrix-__APP__/coturn.conf $EXTRA_OPTIONS --pidfile=
|
||||||
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
|
Restart=on-abort
|
||||||
|
|
||||||
LimitCORE=infinity
|
LimitCORE=infinity
|
||||||
|
|
Loading…
Reference in a new issue