MCPcopy Create free account
hub / github.com/TruthHun/BookStack / Stop

Method Stop

commands/daemon/daemon.go:57–62  ·  view source on GitHub ↗
(s service.Service)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected