pull/10427/head
Medya Gh 2021-02-24 14:45:05 -08:00
parent 0030bb04a0
commit c6668b9a4e
1 changed files with 2 additions and 2 deletions

View File

@ -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