feat: start action on boot

This commit is contained in:
izzy
2025-11-20 15:36:17 +00:00
parent 53a74a7279
commit 31f4665d35
3 changed files with 13 additions and 6 deletions

View File

@@ -151,6 +151,7 @@ export class MaintenanceModule {
);
await this.maintenanceWorkerService.logSecret();
void this.maintenanceWorkerService.runAction(state.action);
}
}