From 4dbefe267b4014a33218e515eac086f0dc0cf29e Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 6 Nov 2023 21:49:57 +0100 Subject: [PATCH] further service tests --- conf/bookwyrm-server.service | 2 +- conf/bookwyrm-worker.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/bookwyrm-server.service b/conf/bookwyrm-server.service index c4858e9..4031cff 100644 --- a/conf/bookwyrm-server.service +++ b/conf/bookwyrm-server.service @@ -15,7 +15,7 @@ ProtectSystem=strict ProtectHome=tmpfs #InaccessiblePaths=-/media -/mnt -/srv PrivateTmp=yes -TemporaryFileSystem=/var /run +#TemporaryFileSystem=/var /run PrivateUsers=true PrivateDevices=true BindReadOnlyPaths=__INSTALL_DIR__ diff --git a/conf/bookwyrm-worker.service b/conf/bookwyrm-worker.service index 7731f25..4434043 100644 --- a/conf/bookwyrm-worker.service +++ b/conf/bookwyrm-worker.service @@ -15,7 +15,7 @@ ProtectSystem=strict ProtectHome=tmpfs #InaccessiblePaths=-/media -/mnt -/srv PrivateTmp=yes -TemporaryFileSystem=/var /run +#TemporaryFileSystem=/var /run PrivateUsers=true PrivateDevices=true BindReadOnlyPaths=__INSTALL_DIR__