We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf75fef commit 39eab83Copy full SHA for 39eab83
configuration/reload-strategy.go
@@ -35,7 +35,7 @@ const (
35
s6ReloadCmd = "s6-svc -2"
36
s6RestartCmd = "s6-svc -r"
37
s6StatusCmd = "s6-svstat -u"
38
- s6DefaultService = "/etc/service.d/haproxy"
+ s6DefaultService = "/var/run/service/haproxy"
39
)
40
41
// Set a default value to a string.
0 commit comments