lint
parent
0030bb04a0
commit
c6668b9a4e
|
|
@ -119,7 +119,7 @@ func (s *OpenRC) Disable(svc string) error {
|
|||
|
||||
// DisableNow not implemented for openRC
|
||||
func (s *OpenRC) DisableNow(svc string) error {
|
||||
return fmt.Errorf("disable now is not implemented for OpenRC! PRs to fix are welcomed.")
|
||||
return fmt.Errorf("disable now is not implemented for OpenRC! PRs to fix are welcomed")
|
||||
}
|
||||
|
||||
// Enable does nothing
|
||||
|
|
@ -129,7 +129,7 @@ func (s *OpenRC) Enable(svc string) error {
|
|||
|
||||
// EnableNow not implemented for openRC
|
||||
func (s *OpenRC) EnableNow(svc string) error {
|
||||
return fmt.Errorf("enable now is not implemented for OpenRC! PRs to fix are welcomed.")
|
||||
return fmt.Errorf("enable now is not implemented for OpenRC! PRs to fix are welcomed")
|
||||
}
|
||||
|
||||
// Restart restarts a service
|
||||
|
|
|
|||
Loading…
Reference in New Issue