Skip to content

Commit

Permalink
Avoid matching on s6-supervise (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmussen-untangle authored Jan 27, 2022
1 parent 2552de1 commit 77b86e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/licensemanager/LicenseManager.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func GetServices() map[string]*Service {

// RefreshLicenses restart the client licence service
func RefreshLicenses() error {
err := util.RunSigusr1("client-license-service")
err := util.RunSigusr1("bin/client-license-service")
return err
}

Expand Down

0 comments on commit 77b86e0

Please sign in to comment.