Skip to content

Commit 0bba41d

Browse files
committed
Tweak
1 parent 4f01f1d commit 0bba41d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

8.0-swoole-nginx-prod/supervisor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ stderr_logfile = /dev/stderr
66
stdout_logfile = /dev/stdout
77

88
[program:octane]
9-
command = php artisan octane:start --server=swoole --watch
9+
command = php artisan octane:start --server=swoole
1010
stopasgroup = true
1111
stderr_logfile = /dev/stderr
1212
stdout_logfile = /dev/stdout

8.1-swoole-nginx-prod/supervisor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ stderr_logfile = /dev/stderr
66
stdout_logfile = /dev/stdout
77

88
[program:octane]
9-
command = php artisan octane:start --server=swoole --watch
9+
command = php artisan octane:start --server=swoole
1010
stopasgroup = true
1111
stderr_logfile = /dev/stderr
1212
stdout_logfile = /dev/stdout

8.2-swoole-nginx-prod/supervisor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ stderr_logfile = /dev/stderr
66
stdout_logfile = /dev/stdout
77

88
[program:octane]
9-
command = php artisan octane:start --server=swoole --watch
9+
command = php artisan octane:start --server=swoole
1010
stopasgroup = true
1111
stderr_logfile = /dev/stderr
1212
stdout_logfile = /dev/stdout

8.3-swoole-nginx-prod/supervisor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ stderr_logfile = /dev/stderr
66
stdout_logfile = /dev/stdout
77

88
[program:octane]
9-
command = php artisan octane:start --server=swoole --watch
9+
command = php artisan octane:start --server=swoole
1010
stopasgroup = true
1111
stderr_logfile = /dev/stderr
1212
stdout_logfile = /dev/stdout

template/supervisor-conf.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
stdout_logfile = /dev/stdout
77

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

0 commit comments

Comments
 (0)