diff --git a/conf/bookwyrm-server.service b/conf/bookwyrm-server.service index b03664b..c4858e9 100644 --- a/conf/bookwyrm-server.service +++ b/conf/bookwyrm-server.service @@ -13,7 +13,7 @@ ExecStart=__INSTALL_DIR__/venv/bin/gunicorn bookwyrm.wsgi:application --bind 127 ProtectSystem=strict ProtectHome=tmpfs -InaccessiblePaths=-/media -/mnt -/srv +#InaccessiblePaths=-/media -/mnt -/srv PrivateTmp=yes TemporaryFileSystem=/var /run PrivateUsers=true diff --git a/conf/bookwyrm-worker.service b/conf/bookwyrm-worker.service index 07945fa..7731f25 100644 --- a/conf/bookwyrm-worker.service +++ b/conf/bookwyrm-worker.service @@ -13,7 +13,7 @@ ExecStart=__INSTALL_DIR__/venv/bin/celery -A celerywyrm worker -l info -Q high_p ProtectSystem=strict ProtectHome=tmpfs -InaccessiblePaths=-/media -/mnt -/srv +#InaccessiblePaths=-/media -/mnt -/srv PrivateTmp=yes TemporaryFileSystem=/var /run PrivateUsers=true