From 731bf073924d4aa2b39ef1061de5366331360170 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Fri, 10 Nov 2023 13:57:12 +0100 Subject: [PATCH] fix bindpaths? --- conf/bookwyrm-server.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/bookwyrm-server.service b/conf/bookwyrm-server.service index 17e73b6..f807ad1 100644 --- a/conf/bookwyrm-server.service +++ b/conf/bookwyrm-server.service @@ -18,7 +18,7 @@ TemporaryFileSystem=/var /run #PrivateUsers=true PrivateDevices=true BindReadOnlyPaths=__INSTALL_DIR__ -BindPaths=__INSTALL_DIR__/images __INSTALL_DIR__/static /var/run/postgresql +BindPaths=__INSTALL_DIR__/images __INSTALL_DIR__/static /var/run/postgresql __INSTALL_DIR__/venv/bin/ LockPersonality=yes MemoryDenyWriteExecute=true PrivateMounts=true