()
| 71 | } |
| 72 | |
| 73 | func (s *Systemd) Reload() error { |
| 74 | out, err := run(s.toolCmd, "daemon-reload") |
| 75 | return handlerErr(out, err) |
| 76 | } |
| 77 | |
| 78 | func systemdAliasFallbackName(serviceName string) string { |
| 79 | switch serviceName { |
nothing calls this directly
no test coverage detected