diff --git a/deployment/octane/FrankenPHP/supervisord.frankenphp.conf b/deployment/octane/FrankenPHP/supervisord.frankenphp.conf index 6a79206..49b064c 100644 --- a/deployment/octane/FrankenPHP/supervisord.frankenphp.conf +++ b/deployment/octane/FrankenPHP/supervisord.frankenphp.conf @@ -46,8 +46,8 @@ command=php %(ENV_ROOT)s/artisan schedule:clear-cache user=%(ENV_USER)s autostart=%(ENV_WITH_SCHEDULER)s autorestart=false -startsecs = 0 -startretries = 1 +startsecs=0 +startretries=1 stdout_logfile=%(ENV_ROOT)s/storage/logs/scheduler.log stdout_logfile_maxbytes=0 stderr_logfile=%(ENV_ROOT)s/storage/logs/scheduler.log diff --git a/deployment/octane/RoadRunner/supervisord.roadrunner.conf b/deployment/octane/RoadRunner/supervisord.roadrunner.conf index 8a1dc3a..da360f7 100644 --- a/deployment/octane/RoadRunner/supervisord.roadrunner.conf +++ b/deployment/octane/RoadRunner/supervisord.roadrunner.conf @@ -45,8 +45,8 @@ command=php %(ENV_ROOT)s/artisan schedule:clear-cache user=%(ENV_USER)s autostart=%(ENV_WITH_SCHEDULER)s autorestart=false -startsecs = 0 -startretries = 1 +startsecs=0 +startretries=1 stdout_logfile=%(ENV_ROOT)s/storage/logs/scheduler.log stdout_logfile_maxbytes=0 stderr_logfile=%(ENV_ROOT)s/storage/logs/scheduler.log diff --git a/deployment/octane/Swoole/supervisord.swoole.conf b/deployment/octane/Swoole/supervisord.swoole.conf index 763ec08..6d83e9c 100644 --- a/deployment/octane/Swoole/supervisord.swoole.conf +++ b/deployment/octane/Swoole/supervisord.swoole.conf @@ -45,8 +45,8 @@ command=php %(ENV_ROOT)s/artisan schedule:clear-cache user=%(ENV_USER)s autostart=%(ENV_WITH_SCHEDULER)s autorestart=false -startsecs = 0 -startretries = 1 +startsecs=0 +startretries=1 stdout_logfile=%(ENV_ROOT)s/storage/logs/scheduler.log stdout_logfile_maxbytes=0 stderr_logfile=%(ENV_ROOT)s/storage/logs/scheduler.log diff --git a/deployment/supervisord.scheduler.conf b/deployment/supervisord.scheduler.conf index 9304b02..8dad0d7 100644 --- a/deployment/supervisord.scheduler.conf +++ b/deployment/supervisord.scheduler.conf @@ -21,8 +21,8 @@ command=php %(ENV_ROOT)s/artisan schedule:clear-cache user=%(ENV_USER)s autostart=true autorestart=false -startsecs = 0 -startretries = 1 +startsecs=0 +startretries=1 stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr