fix systemd service

This commit is contained in:
j 2021-10-28 19:39:17 +01:00
commit b640b06ed9
3 changed files with 3 additions and 1 deletions

View file

@ -8,7 +8,7 @@ User=phantasma
Group=phantasma
WorkingDirectory=/srv/phantasma
ExecReload=/bin/kill -HUP $MAINPID
ExecStart=/srv/phantasma/venv/bin/gunicorn app.wsgi:application -p 8080
ExecStart=/srv/phantasma/venv/bin/gunicorn app.wsgi:application --reuse-port -b 127.0.0.1:8080
[Install]
WantedBy=multi-user.target