We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb1786 commit 04d3fe7Copy full SHA for 04d3fe7
src/resources/views/supervisor-generator.blade.php
@@ -7,7 +7,7 @@
7
user={{config('queue_manager.supervisor_user')}}
8
numprocs={{ $config->active ? ($config->max_instances ? $config->max_instances : 1) : 0 }}
9
redirect_stderr=true
10
-stdout_logfile={{{{config('queue_manager.log_path')}}}}
+stdout_logfile={{config('queue_manager.log_path')}}
11
stopwaitsecs=600
12
stopsignal=INT
13
0 commit comments