From be03ac2e655241c319f328a5e36b09bd72c9fdbe Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Fri, 10 Nov 2023 15:01:39 +0100 Subject: [PATCH] Update bookwyrm-server.service --- conf/bookwyrm-server.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/bookwyrm-server.service b/conf/bookwyrm-server.service index 98d88d6..19c7702 100644 --- a/conf/bookwyrm-server.service +++ b/conf/bookwyrm-server.service @@ -16,9 +16,9 @@ InaccessiblePaths=-/media -/mnt -/srv PrivateTmp=yes TemporaryFileSystem=/var /run /opt __INSTALL_DIR__ #PrivateUsers=true -PrivateDevices=true +#PrivateDevices=true BindReadOnlyPaths=__INSTALL_DIR__ -BindPaths=__INSTALL_DIR__/images __INSTALL_DIR__/static /var/run/postgresql __INSTALL_DIR__/venv/bin +BindPaths=__INSTALL_DIR__/images __INSTALL_DIR__/static /var/run/postgresql LockPersonality=yes MemoryDenyWriteExecute=true PrivateMounts=true