Skip to content

Commit 2e6f5a4

Browse files
authored
Formatting
1 parent 860a6fb commit 2e6f5a4

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

deployment/octane/FrankenPHP/supervisord.frankenphp.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ command=php %(ENV_ROOT)s/artisan schedule:clear-cache
4646
user=%(ENV_USER)s
4747
autostart=%(ENV_WITH_SCHEDULER)s
4848
autorestart=false
49-
startsecs = 0
50-
startretries = 1
49+
startsecs=0
50+
startretries=1
5151
stdout_logfile=%(ENV_ROOT)s/storage/logs/scheduler.log
5252
stdout_logfile_maxbytes=0
5353
stderr_logfile=%(ENV_ROOT)s/storage/logs/scheduler.log

deployment/octane/RoadRunner/supervisord.roadrunner.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ command=php %(ENV_ROOT)s/artisan schedule:clear-cache
4545
user=%(ENV_USER)s
4646
autostart=%(ENV_WITH_SCHEDULER)s
4747
autorestart=false
48-
startsecs = 0
49-
startretries = 1
48+
startsecs=0
49+
startretries=1
5050
stdout_logfile=%(ENV_ROOT)s/storage/logs/scheduler.log
5151
stdout_logfile_maxbytes=0
5252
stderr_logfile=%(ENV_ROOT)s/storage/logs/scheduler.log

deployment/octane/Swoole/supervisord.swoole.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ command=php %(ENV_ROOT)s/artisan schedule:clear-cache
4545
user=%(ENV_USER)s
4646
autostart=%(ENV_WITH_SCHEDULER)s
4747
autorestart=false
48-
startsecs = 0
49-
startretries = 1
48+
startsecs=0
49+
startretries=1
5050
stdout_logfile=%(ENV_ROOT)s/storage/logs/scheduler.log
5151
stdout_logfile_maxbytes=0
5252
stderr_logfile=%(ENV_ROOT)s/storage/logs/scheduler.log

deployment/supervisord.scheduler.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ command=php %(ENV_ROOT)s/artisan schedule:clear-cache
2121
user=%(ENV_USER)s
2222
autostart=true
2323
autorestart=false
24-
startsecs = 0
25-
startretries = 1
24+
startsecs=0
25+
startretries=1
2626
stdout_logfile=/dev/stdout
2727
stdout_logfile_maxbytes=0
2828
stderr_logfile=/dev/stderr

0 commit comments

Comments
 (0)