Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
dbpolito committed May 15, 2024
1 parent 4f01f1d commit 0bba41d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 8.0-swoole-nginx-prod/supervisor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ stderr_logfile = /dev/stderr
stdout_logfile = /dev/stdout

[program:octane]
command = php artisan octane:start --server=swoole --watch
command = php artisan octane:start --server=swoole
stopasgroup = true
stderr_logfile = /dev/stderr
stdout_logfile = /dev/stdout
2 changes: 1 addition & 1 deletion 8.1-swoole-nginx-prod/supervisor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ stderr_logfile = /dev/stderr
stdout_logfile = /dev/stdout

[program:octane]
command = php artisan octane:start --server=swoole --watch
command = php artisan octane:start --server=swoole
stopasgroup = true
stderr_logfile = /dev/stderr
stdout_logfile = /dev/stdout
2 changes: 1 addition & 1 deletion 8.2-swoole-nginx-prod/supervisor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ stderr_logfile = /dev/stderr
stdout_logfile = /dev/stdout

[program:octane]
command = php artisan octane:start --server=swoole --watch
command = php artisan octane:start --server=swoole
stopasgroup = true
stderr_logfile = /dev/stderr
stdout_logfile = /dev/stdout
2 changes: 1 addition & 1 deletion 8.3-swoole-nginx-prod/supervisor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ stderr_logfile = /dev/stderr
stdout_logfile = /dev/stdout

[program:octane]
command = php artisan octane:start --server=swoole --watch
command = php artisan octane:start --server=swoole
stopasgroup = true
stderr_logfile = /dev/stderr
stdout_logfile = /dev/stdout
2 changes: 1 addition & 1 deletion template/supervisor-conf.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
stdout_logfile = /dev/stdout

[program:octane]
command = php artisan octane:start --server=swoole --watch
command = php artisan octane:start --server=swoole{!! $prod ? '' : ' --watch' !!}
stopasgroup = true
stderr_logfile = /dev/stderr
stdout_logfile = /dev/stdout

0 comments on commit 0bba41d

Please sign in to comment.