1
0
Fork 0
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:
Douze Bé 2024-05-03 14:00:37 +02:00
parent 46fadb8c69
commit db03b5c69b

View file

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