EEs sample configuration and test for start

This commit is contained in:
DanB
2020-05-10 14:00:58 +02:00
parent b497cf2281
commit 5c0599d0ec
3 changed files with 35 additions and 8 deletions

View File

@@ -172,6 +172,7 @@ func (srvMngr *ServiceManager) StartServices() (err error) {
utils.LoaderS: srvMngr.GetConfig().LoaderCfg().Enabled(),
utils.AnalyzerS: srvMngr.GetConfig().AnalyzerSCfg().Enabled,
utils.DispatcherS: srvMngr.GetConfig().DispatcherSCfg().Enabled,
utils.EventExporterS: srvMngr.GetConfig().EEsCfg().Enabled,
} {
if shouldRun {
go srvMngr.startService(serviceName)