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