Fix comments typo in rkt.
This commit is contained in:
@@ -57,7 +57,7 @@ type systemdInterface interface {
|
|||||||
ListUnits() ([]dbus.UnitStatus, error)
|
ListUnits() ([]dbus.UnitStatus, error)
|
||||||
// StopUnits stops the unit with the given name.
|
// StopUnits stops the unit with the given name.
|
||||||
StopUnit(name string, mode string, ch chan<- string) (int, error)
|
StopUnit(name string, mode string, ch chan<- string) (int, error)
|
||||||
// StopUnits restarts the unit with the given name.
|
// RestartUnit restarts the unit with the given name.
|
||||||
RestartUnit(name string, mode string, ch chan<- string) (int, error)
|
RestartUnit(name string, mode string, ch chan<- string) (int, error)
|
||||||
// ResetFailedUnit resets the "failed" state of a specific unit.
|
// ResetFailedUnit resets the "failed" state of a specific unit.
|
||||||
ResetFailedUnit(name string) error
|
ResetFailedUnit(name string) error
|
||||||
|
|||||||
Reference in New Issue
Block a user