mirror of https://github.com/ehang-io/nps
change nps service
parent
0d94b7c39e
commit
55a8466d83
|
@ -121,6 +121,9 @@ func (p *nps) Start(s service.Service) error {
|
|||
}
|
||||
func (p *nps) Stop(s service.Service) error {
|
||||
close(p.exit)
|
||||
if service.Interactive() {
|
||||
os.Exit(0)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue