9 lines
217 B
Plaintext
9 lines
217 B
Plaintext
|
[program:microblog]
|
||
|
command=/home/ubuntu/microblog/venv/bin/gunicorn -b localhost:8000 -w 4 microblog:app
|
||
|
directory=/home/ubuntu/microblog
|
||
|
user=ubuntu
|
||
|
autostart=true
|
||
|
autorestart=true
|
||
|
stopasgroup=true
|
||
|
killasgroup=true
|