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 50c8d4c commit 33606b4Copy full SHA for 33606b4
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