(operate, serviceName string)
| 42 | } |
| 43 | |
| 44 | func (s *Sysvinit) Operate(operate, serviceName string) error { |
| 45 | return handlerErr(run(s.Client, s.toolCmd, serviceName, operate)) |
| 46 | } |
| 47 | |
| 48 | func (s *Sysvinit) Reload() error { |
| 49 | return nil |
nothing calls this directly
no test coverage detected