This commit is contained in:
Emmanuel Viennet 2021-09-18 18:03:37 +02:00
parent d714f5d8a7
commit b7011962be

View File

@ -18,7 +18,7 @@ After=network.target
User=scodoc
Group=scodoc
WorkingDirectory=/opt/installmgr
Environment=FLASK_RUN_PORT=8010
Environment=FLASK_RUN_PORT=5010
ExecStart=/opt/installmgr/venv/bin/gunicorn -b localhost:8010 -w 1 installmgr:app
Restart=always