Transition dbmodule package to new module task system

This commit is contained in:
Daniel 2019-09-20 22:01:02 +02:00
parent 3236ddf87f
commit ac6d9db456
2 changed files with 25 additions and 33 deletions

View file

@ -38,7 +38,7 @@ func start() error {
return err
}
startMaintainer()
registerMaintenanceTasks()
return nil
}