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.
10 lines
369 B
10 lines
369 B
2 years ago
|
[program:crossposting_django]
|
||
|
command=/home/redex2000/crossposting/backend/shared/crossposting_env/bin/gunicorn_start
|
||
|
directory=/home/redex2000/crossposting/backend/current
|
||
|
user=redex2000
|
||
|
autorestart=true
|
||
|
redirect_stderr=true
|
||
|
stdout_logfile = /var/log/supervisor/crossposting/out.log
|
||
|
stderr_logfile = /var/log/supervisor/crossposting/err.log
|
||
|
startsecs=10
|
||
|
startretries=5
|