From 404978fe70a2b7a0b9edd3abc142bdc804c98d69 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 7 Nov 2023 07:56:56 +0100 Subject: [PATCH] fix systemd config --- conf/bookwyrm-server.service | 4 ++-- conf/bookwyrm-worker.service | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/bookwyrm-server.service b/conf/bookwyrm-server.service index 4031cff..8aa2716 100644 --- a/conf/bookwyrm-server.service +++ b/conf/bookwyrm-server.service @@ -15,8 +15,8 @@ ProtectSystem=strict ProtectHome=tmpfs #InaccessiblePaths=-/media -/mnt -/srv PrivateTmp=yes -#TemporaryFileSystem=/var /run -PrivateUsers=true +TemporaryFileSystem=/var /run +#PrivateUsers=true PrivateDevices=true BindReadOnlyPaths=__INSTALL_DIR__ BindPaths=__INSTALL_DIR__/images __INSTALL_DIR__/static /var/run/postgresql diff --git a/conf/bookwyrm-worker.service b/conf/bookwyrm-worker.service index 4434043..623a00d 100644 --- a/conf/bookwyrm-worker.service +++ b/conf/bookwyrm-worker.service @@ -15,8 +15,8 @@ ProtectSystem=strict ProtectHome=tmpfs #InaccessiblePaths=-/media -/mnt -/srv PrivateTmp=yes -#TemporaryFileSystem=/var /run -PrivateUsers=true +TemporaryFileSystem=/var /run +#PrivateUsers=true PrivateDevices=true BindReadOnlyPaths=__INSTALL_DIR__ BindPaths=__INSTALL_DIR__/images __INSTALL_DIR__/static /var/run/postgresql