mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Fix issue of coturn not starting on boot
This commit is contained in:
parent
46fadb8c69
commit
db03b5c69b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ User=turnserver
|
|||
Group=turnserver
|
||||
Type=notify
|
||||
EnvironmentFile=/etc/matrix-__APP__/coturn_env
|
||||
ExecStart=/usr/bin/turnserver -c /etc/matrix-__APP__/coturn.conf $EXTRA_OPTIONS --pidfile=
|
||||
ExecStart=/usr/bin/turnserver -c /etc/matrix-__APP__/coturn.conf $EXTRA_OPTIONS -L 0.0.0.0 --pidfile=
|
||||
Restart=on-failure
|
||||
InaccessibleDirectories=/home
|
||||
PrivateTmp=yes
|
||||
|
|
Loading…
Reference in a new issue