Handle signals first on boot

This handles signals first thing on boot so that plugins are able to
boot with the reaper enabled.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-09-14 15:55:50 -04:00
parent cf1d4223be
commit 7fdf8cd31e
5 changed files with 55 additions and 64 deletions

View File

@@ -87,5 +87,4 @@ func LoadConfig(path string, v *Config) error {
}
v.md = md
return nil
}