更改 集群启动命令为 art works
This commit is contained in:
parent
3e64569ccf
commit
12c8c08565
@ -15,7 +15,7 @@ class Work extends Command
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $signature = 'run';
|
protected $signature = 'works';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The console command description.
|
* The console command description.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[program:lae-web]
|
[program:lae-web]
|
||||||
process_name=%(program_name)s_%(process_num)02d
|
process_name=%(program_name)s_%(process_num)02d
|
||||||
directory=/opt/lae
|
directory=/opt/lae
|
||||||
command=php artisan cluster:work
|
command=php artisan works
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
stopasgroup=true
|
stopasgroup=true
|
||||||
|
Loading…
Reference in New Issue
Block a user