Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-zuyev committed Jun 22, 2021
1 parent 62bab4c commit d13b80f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/minikube/sysinit/openrc.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func (s *OpenRC) Disable(svc string) error {
return nil
}

// DisableNow not implemented for openRC
// DisableNow does Disable + Stop
func (s *OpenRC) DisableNow(svc string) error {
// supposed to do disable + stop
// disable does nothing for OpenRC, so just Stop here
Expand All @@ -134,7 +134,7 @@ func (s *OpenRC) Enable(svc string) error {
return nil
}

// EnableNow not implemented for openRC
// EnableNow does Enable + Start
func (s *OpenRC) EnableNow(svc string) error {
// supposed to do enable + start
// enable does nothing for OpenRC, so just Start here
Expand Down

0 comments on commit d13b80f

Please sign in to comment.