parent
f27df06691
commit
337a6b95ab
3 changed files with 36 additions and 1 deletions
@ -0,0 +1,14 @@ |
|||||||
|
[program:celery] |
||||||
|
command=/usr/local/bin/flower --config=settings --address=0.0.0.0 |
||||||
|
directory=/app/ |
||||||
|
environment=HOME="/var/www" |
||||||
|
autostart=true |
||||||
|
autorestart=true |
||||||
|
user=www-data |
||||||
|
redirect_stderr=true |
||||||
|
stopsignal=KILL |
||||||
|
stopasgroup=true |
||||||
|
stdout_logfile=/dev/stdout |
||||||
|
stdout_logfile_maxbytes=0 |
||||||
|
stderr_logfile=/dev/stdout |
||||||
|
stderr_logfile_maxbytes=0 |
||||||
Loading…
Reference in new issue