Skip to content
Snippets Groups Projects
Commit e67e126a authored by Gallenkamp, Fabian's avatar Gallenkamp, Fabian
Browse files

Update supervisor_otree.conf.j2

parent c6054172
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,17 @@ autostart=true
autorestart=true
startretries=3
stopasgroup=true
killasgroup=true
user={{ item.key }}
; stderr_logfile=/var/log/supervisor/{{ item.key }}.err.log
; redirect_stderr=true
stdout_logfile=/dev/null
; stdout_logfile=/var/log/supervisor/{{ item.key }}.out.log
; stdout_logfile_maxbytes=1MB
; stdout_logfile_backups=10
; stdout_events_enabled=false
stderr_logfile=/dev/null
; stderr_logfile=/var/log/supervisor/{{ item.key }}.err.log
; stderr_logfile_maxbytes=1MB
; stderr_logfile_backups=10
; stderr_events_enabled=false
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment