Skip to content

Commit 4e5fac1

Browse files
committed
feat: set Supervisord startsecs to zero to disable
1 parent b4e6316 commit 4e5fac1

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
@@ -170,6 +170,7 @@ public function getConfigForCliConsumer($uniqueEnvironment, $skipExistsChecks =
170170
$conf[] = "autostart=false";
171171
$conf[] = "autorestart=true";
172172
$conf[] = "stopsignal=QUIT";
173+
$conf[] = "startsecs=0";
173174
}
174175
$conf[] = "\n";
175176
$conf[] = sprintf("[group:markup_%s]\nprograms=%s", $uniqueEnvironment, implode(',', $programNames));

0 commit comments

Comments
 (0)