mirror of
https://github.com/miguelgrinberg/microblog.git
synced 2025-12-08 18:02:07 +00:00
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
|