Skip to content

Commit

Permalink
Fixing linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
wymangr committed Aug 22, 2024
1 parent 9e9d175 commit 506bf28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func controlService(name string, command string) error {
return err
}

func installService(name, desc string, logpath string, metricsPath string, port string) error {
func installService(name, desc string, logpath string, metricsPath string, port string, logOffset string) error {
err := errors.New("--service.install is not supprted in Linux!")
return err
}

0 comments on commit 506bf28

Please sign in to comment.