Skip to content

Commit d045192

Browse files
committed
feat: set Supervisord startsecs to zero to disable
1 parent 857aa4f commit d045192

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Service/SupervisordConfigFileWriter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ public function getConfigForCliConsumer($uniqueEnvironment, $skipExistsChecks =
163163
$conf[] = "autostart=false";
164164
$conf[] = "autorestart=true";
165165
$conf[] = "stopsignal=QUIT";
166+
$conf[] = "startsecs=0";
166167
}
167168
$conf[] = "\n";
168169
$conf[] = sprintf("[group:markup_%s]\nprograms=%s", $uniqueEnvironment, implode(',', $programNames));

0 commit comments

Comments
 (0)