Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
1234567891011121314 |
- [supervisord]
- nodaemon=true
- logfile=/dev/null
- pidfile=/var/run/supervisord.pid
-
- [program:gunicorn]
- directory=/backend
- command=gunicorn cscreports.wsgi:application -w 2 -b :8000
- autostart=true
- autorestart=true
- redirect_stderr=true
- stdout_logfile=/var/log/lesspass.log
- stdout_logfile_maxbytes=5MB
- stdout_logfile_backups=5
|