From b93e0f4db432ee742e9bac223c779fc93f20bd85 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 10:45:14 +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 e17fa3f..376e19b 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=/var/lib/galene/recordings +ReadWritePaths=__DATA_DIR__/recordings CapabilityBoundingSet= AmbientCapabilities= PrivateTmp=yes