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 13:45:16 -04:00
parent 3186005094
commit 37083a0d2e
4 changed files with 13 additions and 7 deletions

View File

@@ -71,6 +71,7 @@ class MainObject : public QObject
QTimer *svc_maint_timer;
QTimer *svc_exit_timer;
StartupTarget svc_startup_target;
bool svc_force_system_maintenance;
};