Skip to content

Commit 400c30f

Browse files
committed
BUG/MINOR: reload: fix service name for s6 reload strategy
1 parent f0b05e2 commit 400c30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/reload-strategy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const (
3535
s6ReloadCmd = "s6-svc -2"
3636
s6RestartCmd = "s6-svc -r"
3737
s6StatusCmd = "s6-svstat -u"
38-
s6DefaultService = "/etc/service.d/haproxy"
38+
s6DefaultService = "/var/run/service/haproxy"
3939
)
4040

4141
// Set a default value to a string.

0 commit comments

Comments
 (0)