You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
355 B
INI
13 lines
355 B
INI
[Unit]
|
|
Description=SimpleFeedback gunicorn service
|
|
|
|
[Service]
|
|
# WHO is edited by sed.py to become the current user
|
|
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:6969 app:app
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |