|
@@ -6,10 +6,5 @@ port = 127.0.0.1:9001
|
|
|
[rpcinterface:supervisor]
|
|
|
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
|
|
|
|
|
-[program:laravel-worker]
|
|
|
-process_name=%(program_name)s_%(process_num)02d
|
|
|
-command=php /var/www/artisan queue:work --sleep=3 --tries=3 --daemon
|
|
|
-autostart=true
|
|
|
-autorestart=true
|
|
|
-numprocs=8
|
|
|
-redirect_stderr=true
|
|
|
+[include]
|
|
|
+files = supervisord.d/*.conf
|