1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00

Update bookwyrm-server.service

This commit is contained in:
Éric Gaspar 2023-01-17 21:23:09 +01:00
parent 072ec9679b
commit 7b75e720a0

View file

@ -9,7 +9,7 @@ User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
EnvironmentFile=__FINALPATH__/.env
ExecStart=__FINALPATH__/venv/bin/gunicorn bookwyrm.wsgi:application --bind 0.0.0.0:__PORT__
ExecStart=__FINALPATH__/venv/bin/gunicorn bookwyrm.wsgi:application --bind 127.0.0.1:__PORT__
NoNewPrivileges=yes
PrivateTmp=yes