pull/1/head
Matt C 2 years ago
parent 5fb567715a
commit c161aea2d5

@ -7,7 +7,7 @@ User=WHO
Type=simple
# GCPATH is edited by sed.py to point to the user's installation of gunicorn
# PATH becomes the output of `pwd`
ExecStart=GCPATH --chdir PATH --workers=8 --bind=0.0.0.0 main:app
ExecStart=GCPATH --chdir PATH --workers=8 --bind=0.0.0.0:6942 main:app
[Install]
WantedBy=multi-user.target
Loading…
Cancel
Save