From f9e7328a7b522086375727f77f5b1592a2131c38 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 8 Nov 2023 16:18:49 +0100 Subject: [PATCH] Update bookwyrm-server.service --- conf/bookwyrm-server.service | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/bookwyrm-server.service b/conf/bookwyrm-server.service index 54b659a..1256daf 100644 --- a/conf/bookwyrm-server.service +++ b/conf/bookwyrm-server.service @@ -17,9 +17,9 @@ ProtectHome=tmpfs PrivateTmp=yes #TemporaryFileSystem=/var /run #PrivateUsers=true -PrivateDevices=true -BindReadOnlyPaths=__INSTALL_DIR__ -BindPaths=__INSTALL_DIR__/images __INSTALL_DIR__/static /var/run/postgresql +#PrivateDevices=true +#BindReadOnlyPaths=__INSTALL_DIR__ +#BindPaths=__INSTALL_DIR__/images __INSTALL_DIR__/static /var/run/postgresql LockPersonality=yes MemoryDenyWriteExecute=true PrivateMounts=true