From 170468b2610fc379001513b8f00ff88483d82540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 27 Feb 2023 11:24:19 +0100 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 376e19b..47f2fc0 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -12,7 +12,7 @@ ExecStart=__INSTALL_DIR__/live/galene -http "127.0.0.1:__PORT__" -insecure -turn LimitNOFILE=65536 # various hardening options -ReadWritePaths=__DATA_DIR__/recordings +ReadWritePaths=__DATA_DIR__/recordings __DATA_DIR__/groups CapabilityBoundingSet= AmbientCapabilities= PrivateTmp=yes