mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
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:
@@ -77,8 +77,9 @@ void MainObject::checkMaintData()
|
||||
//
|
||||
// Run the routines
|
||||
//
|
||||
if(run) {
|
||||
if(run||svc_force_system_maintenance) {
|
||||
RunSystemMaintRoutine();
|
||||
svc_force_system_maintenance=false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user