From e42b19113dcc82005505f4687233e0611c7e04e5 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 8 Nov 2023 16:04:17 +0100 Subject: [PATCH] Update bookwyrm-server.service --- 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 3be1160..54b659a 100644 --- a/conf/bookwyrm-server.service +++ b/conf/bookwyrm-server.service @@ -11,7 +11,7 @@ WorkingDirectory=__INSTALL_DIR__/ EnvironmentFile=__INSTALL_DIR__/.env ExecStart=__INSTALL_DIR__/venv/bin/gunicorn bookwyrm.wsgi:application --bind 127.0.0.1:__PORT__ -ProtectSystem=strict +#ProtectSystem=strict ProtectHome=tmpfs #InaccessiblePaths=-/media -/mnt -/srv PrivateTmp=yes