From 12c8c08565ec7edbd583726cecffdae136995267 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Thu, 5 Jan 2023 03:22:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=20=E9=9B=86=E7=BE=A4?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E5=91=BD=E4=BB=A4=E4=B8=BA=20art=20works?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Commands/Cluster/Work.php | 2 +- supervisor/lae-web.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Console/Commands/Cluster/Work.php b/app/Console/Commands/Cluster/Work.php index cf1a07f..064c7cb 100644 --- a/app/Console/Commands/Cluster/Work.php +++ b/app/Console/Commands/Cluster/Work.php @@ -15,7 +15,7 @@ class Work extends Command * * @var string */ - protected $signature = 'run'; + protected $signature = 'works'; /** * The console command description. diff --git a/supervisor/lae-web.conf b/supervisor/lae-web.conf index 40c90af..08c07dc 100644 --- a/supervisor/lae-web.conf +++ b/supervisor/lae-web.conf @@ -1,7 +1,7 @@ [program:lae-web] process_name=%(program_name)s_%(process_num)02d directory=/opt/lae -command=php artisan cluster:work +command=php artisan works autostart=true autorestart=true stopasgroup=true