This commit is contained in:
aler9 2021-08-01 16:58:46 +02:00
parent f0a283d141
commit 90e24b79cb
3 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,7 @@ func New(confPath string) (*ConfWatcher, error) {
}
go w.run()
return w, nil
}

View File

@ -294,6 +294,7 @@ func newPath(
pa.wg.Add(1)
go pa.run()
return pa
}

View File

@ -38,6 +38,7 @@ func New(cmdstr string, restart bool, env Environment) *Cmd {
}
go e.run()
return e
}