remotes/origin/feature/LIL-711
commit
474a30cd5e
5 changed files with 49 additions and 9 deletions
@ -0,0 +1,14 @@ |
||||
[program:flower] |
||||
command=/usr/local/bin/flower -A project |
||||
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