parent
39c965e283
commit
2c8606b9ce
2 changed files with 35 additions and 0 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