Update bookwyrm-server.service

This commit is contained in:
Thomas 2023-11-08 16:04:17 +01:00 committed by GitHub
parent 3fa5f005d4
commit e42b19113d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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