From 6fb5996d73bfc8fcf17b6885fb49b944b0d514f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Thu, 7 Mar 2024 19:07:53 +0100 Subject: [PATCH] Update coturn config from debian bookworm systemd config --- conf/synapse-coturn.service | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/conf/synapse-coturn.service b/conf/synapse-coturn.service index ddd47dd..d02409b 100644 --- a/conf/synapse-coturn.service +++ b/conf/synapse-coturn.service @@ -6,10 +6,12 @@ After=syslog.target network-online.target [Service] User=turnserver Group=turnserver -Type=simple +Type=notify EnvironmentFile=/etc/default/coturn-__APP__ ExecStart=/usr/bin/turnserver -c /etc/matrix-__APP__/coturn.conf $EXTRA_OPTIONS --pidfile= -Restart=on-abort +Restart=on-failure +InaccessibleDirectories=/home +PrivateTmp=yes LimitCORE=infinity LimitNOFILE=999999