-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hi,
Currently, before any scan/update action is called, there is new configd process being created:
// drweb needs to have the daemon started first
configd := exec.CommandContext(ctx, "/opt/drweb.com/bin/drweb-configd", "-d")
_, err = configd.Output()
assert(err)
defer configd.Process.Kill()
which is then incorrectly cleaned up as this daemon creates child processes in the meantime and configd.Process.Kill()
will not kill grandchildren.
Metadata
Metadata
Assignees
Labels
No labels