You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
308 B
14 lines
308 B
[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
|
|
|