Start footprint service

This commit is contained in:
2024-09-02 12:07:44 +02:00
parent c459724114
commit 47b14f932e
2 changed files with 3 additions and 1 deletions

View File

@@ -79,6 +79,8 @@ func Start() {
RegisterLdapSyncService(lc.SyncInterval)
}
RegisterFootprintWorker()
s.Start()
}