Exit on TERM

This commit is contained in:
lordwelch 2020-09-01 23:07:13 -07:00
parent a9b2d89f29
commit 4e1975ff77

View File

@ -304,6 +304,7 @@ func Supervise(commands []*exec.Cmd) error {
for range c {
killSupervisedServices()
os.Exit(0)
}
}()