From 2a11e4d6e37c28199a4425c07c08278df8f98b1c Mon Sep 17 00:00:00 2001 From: Maciej Gibowicz Date: Sat, 26 Feb 2022 11:17:48 +0100 Subject: [PATCH] [MOS-135] Proper system shutdown during restore After the restore process is complete, the system shuts down properly without any unexpected events. --- module-sys/SystemManager/SystemManagerCommon.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/module-sys/SystemManager/SystemManagerCommon.cpp b/module-sys/SystemManager/SystemManagerCommon.cpp index 24c8e9acb07a343cd8b2dfff510d3025d614906b..06cbac1fb7c691c8c325789e25bf19d7a0d37708 100644 --- a/module-sys/SystemManager/SystemManagerCommon.cpp +++ b/module-sys/SystemManager/SystemManagerCommon.cpp @@ -49,8 +49,6 @@ namespace sys { static constexpr std::array whitelist = {service::name::service_desktop, service::name::evt_manager, - service::name::gui, - service::name::eink, service::name::appmgr, service::name::cellular}; }