(s service.Service)
| 55 | } |
| 56 | |
| 57 | func (d *Daemon) Stop(s service.Service) error { |
| 58 | if service.Interactive() { |
| 59 | os.Exit(0) |
| 60 | } |
| 61 | return nil |
| 62 | } |
| 63 | |
| 64 | func Install() { |
| 65 | fmt.Println(os.Args, "---", os.Args[3:]) |
nothing calls this directly
no outgoing calls
no test coverage detected