File tree 9 files changed +18
-18
lines changed
9 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
1
[program:nginx]
2
- depends_on = php-fpm
2
+ depends_on = octane
3
3
command = nginx -g "daemon off;"
4
4
stopasgroup = true
5
5
stderr_logfile = /dev/stderr
6
6
stdout_logfile = /dev/stdout
7
7
8
8
[program:octane]
9
- command = php artisan octane:start --server=swoole
9
+ command = su-exec kool php artisan octane:start --server=swoole
10
10
stopasgroup = true
11
11
stderr_logfile = /dev/stderr
12
12
stdout_logfile = /dev/stdout
Original file line number Diff line number Diff line change 1
1
[program:nginx]
2
- depends_on = php-fpm
2
+ depends_on = octane
3
3
command = nginx -g "daemon off;"
4
4
stopasgroup = true
5
5
stderr_logfile = /dev/stderr
6
6
stdout_logfile = /dev/stdout
7
7
8
8
[program:octane]
9
- command = php artisan octane:start --server=swoole --watch
9
+ command = su-exec kool php artisan octane:start --server=swoole --watch
10
10
stopasgroup = true
11
11
stderr_logfile = /dev/stderr
12
12
stdout_logfile = /dev/stdout
Original file line number Diff line number Diff line change 1
1
[program:nginx]
2
- depends_on = php-fpm
2
+ depends_on = octane
3
3
command = nginx -g "daemon off;"
4
4
stopasgroup = true
5
5
stderr_logfile = /dev/stderr
6
6
stdout_logfile = /dev/stdout
7
7
8
8
[program:octane]
9
- command = php artisan octane:start --server=swoole
9
+ command = su-exec kool php artisan octane:start --server=swoole
10
10
stopasgroup = true
11
11
stderr_logfile = /dev/stderr
12
12
stdout_logfile = /dev/stdout
Original file line number Diff line number Diff line change 1
1
[program:nginx]
2
- depends_on = php-fpm
2
+ depends_on = octane
3
3
command = nginx -g "daemon off;"
4
4
stopasgroup = true
5
5
stderr_logfile = /dev/stderr
6
6
stdout_logfile = /dev/stdout
7
7
8
8
[program:octane]
9
- command = php artisan octane:start --server=swoole --watch
9
+ command = su-exec kool php artisan octane:start --server=swoole --watch
10
10
stopasgroup = true
11
11
stderr_logfile = /dev/stderr
12
12
stdout_logfile = /dev/stdout
Original file line number Diff line number Diff line change 1
1
[program:nginx]
2
- depends_on = php-fpm
2
+ depends_on = octane
3
3
command = nginx -g "daemon off;"
4
4
stopasgroup = true
5
5
stderr_logfile = /dev/stderr
6
6
stdout_logfile = /dev/stdout
7
7
8
8
[program:octane]
9
- command = php artisan octane:start --server=swoole
9
+ command = su-exec kool php artisan octane:start --server=swoole
10
10
stopasgroup = true
11
11
stderr_logfile = /dev/stderr
12
12
stdout_logfile = /dev/stdout
Original file line number Diff line number Diff line change 1
1
[program:nginx]
2
- depends_on = php-fpm
2
+ depends_on = octane
3
3
command = nginx -g "daemon off;"
4
4
stopasgroup = true
5
5
stderr_logfile = /dev/stderr
6
6
stdout_logfile = /dev/stdout
7
7
8
8
[program:octane]
9
- command = php artisan octane:start --server=swoole --watch
9
+ command = su-exec kool php artisan octane:start --server=swoole --watch
10
10
stopasgroup = true
11
11
stderr_logfile = /dev/stderr
12
12
stdout_logfile = /dev/stdout
Original file line number Diff line number Diff line change 1
1
[program:nginx]
2
- depends_on = php-fpm
2
+ depends_on = octane
3
3
command = nginx -g "daemon off;"
4
4
stopasgroup = true
5
5
stderr_logfile = /dev/stderr
6
6
stdout_logfile = /dev/stdout
7
7
8
8
[program:octane]
9
- command = php artisan octane:start --server=swoole
9
+ command = su-exec kool php artisan octane:start --server=swoole
10
10
stopasgroup = true
11
11
stderr_logfile = /dev/stderr
12
12
stdout_logfile = /dev/stdout
Original file line number Diff line number Diff line change 1
1
[program:nginx]
2
- depends_on = php-fpm
2
+ depends_on = octane
3
3
command = nginx -g "daemon off;"
4
4
stopasgroup = true
5
5
stderr_logfile = /dev/stderr
6
6
stdout_logfile = /dev/stdout
7
7
8
8
[program:octane]
9
- command = php artisan octane:start --server=swoole --watch
9
+ command = su-exec kool php artisan octane:start --server=swoole --watch
10
10
stopasgroup = true
11
11
stderr_logfile = /dev/stderr
12
12
stdout_logfile = /dev/stdout
Original file line number Diff line number Diff line change 1
1
[program:nginx]
2
- depends_on = php-fpm
2
+ depends_on = octane
3
3
command = nginx -g "daemon off;"
4
4
stopasgroup = true
5
5
stderr_logfile = /dev/stderr
6
6
stdout_logfile = /dev/stdout
7
7
8
8
[program:octane]
9
- command = php artisan octane:start --server=swoole{!! $prod ? ' ' : ' --watch' ! !}
9
+ command = su-exec kool php artisan octane:start --server=swoole{!! $prod ? ' ' : ' --watch' ! !}
10
10
stopasgroup = true
11
11
stderr_logfile = /dev/stderr
12
12
stdout_logfile = /dev/stdout
You can’t perform that action at this time.
0 commit comments