2021-05-28 Fred Gleason <fredg@paravelsystems.com>

* Added an '--force-system-maintenance' switch to rdservice(8).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-05-28 16:13:44 -04:00
parent 728551467e
commit 1fd9b4637b
4 changed files with 14 additions and 8 deletions

View File

@@ -77,8 +77,9 @@ void MainObject::checkMaintData()
//
// Run the routines
//
if(run) {
if(run||svc_force_system_maintenance) {
RunSystemMaintRoutine();
svc_force_system_maintenance=false;
}
}