File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 11[supervisord]
22nodaemon=true
3+ logfile=/dev/stdout
4+ logfile_maxbytes=0
35
46[program:laravel-horizon]
57process_name=%(program_name)s_%(process_num)02d
68command=php /var/www/app/artisan horizon
79autostart=true
810autorestart=true
911stdout_events_enabled=1
12+ redirect_stderr=true
1013
1114[eventlistener:supervisord-watchdog]
1215command=/usr/local/bin/supervisord-watchdog
Original file line number Diff line number Diff line change 11[supervisord]
22nodaemon=true
3+ logfile=/dev/stdout
4+ logfile_maxbytes=0
35
46[program:laravel-worker]
57process_name=%(program_name)s_%(process_num)02d
@@ -9,6 +11,7 @@ autorestart=true
911numprocs=1
1012startretries=10
1113stdout_events_enabled=1
14+ redirect_stderr=true
1215
1316[eventlistener:supervisord-watchdog]
1417command=/usr/local/bin/supervisord-watchdog
You can’t perform that action at this time.
0 commit comments