Add support for unidentified/system processes/profiles
This commit is contained in:
@@ -42,6 +42,8 @@ func start() error {
|
||||
return err
|
||||
}
|
||||
|
||||
module.StartServiceWorker("clean active profiles", 0, cleanActiveProfiles)
|
||||
|
||||
err = updateGlobalConfigProfile(module.Ctx, nil)
|
||||
if err != nil {
|
||||
log.Warningf("profile: error during loading global profile from configuration: %s", err)
|
||||
|
||||
Reference in New Issue
Block a user