更改 集群启动命令为 art works

This commit is contained in:
iVampireSP.com 2023-01-05 03:22:12 +08:00
parent 3e64569ccf
commit 12c8c08565
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ class Work extends Command
*
* @var string
*/
protected $signature = 'run';
protected $signature = 'works';
/**
* The console command description.

View File

@ -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