You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[program:lemon]
|
|
directory=/app/lemon/website
|
|
command=python /app/lemon/website/app.py --port=8989
|
|
numprocs=1
|
|
process_name=%(program_name)s_%(process_num)02d
|
|
autorestart=true
|
|
autostart=true
|
|
startsecs=5
|
|
redirect_stderr=true
|
|
stdout_logfile=/app/log/app_%(process_num)02d.log
|