Skip to content

Commit

Permalink
BUG/MINOR: reload: fix service name for s6 reload strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
mjuraga committed Feb 21, 2025
1 parent cf75fef commit 39eab83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/reload-strategy.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const (
s6ReloadCmd = "s6-svc -2"
s6RestartCmd = "s6-svc -r"
s6StatusCmd = "s6-svstat -u"
s6DefaultService = "/etc/service.d/haproxy"
s6DefaultService = "/var/run/service/haproxy"
)

// Set a default value to a string.
Expand Down

0 comments on commit 39eab83

Please sign in to comment.