mirror of
https://github.com/miguelgrinberg/microblog.git
synced 2025-12-08 18:02:07 +00:00
10 lines
214 B
Plaintext
10 lines
214 B
Plaintext
[program:microblog-tasks]
|
|
command=/home/ubuntu/microblog/venv/bin/rq worker microblog-tasks
|
|
numprocs=1
|
|
directory=/home/ubuntu/microblog
|
|
user=ubuntu
|
|
autostart=true
|
|
autorestart=true
|
|
stopasgroup=true
|
|
killasgroup=true
|