From fffa2496b230ffb0795c478b2a463aa3ea10e8d2 Mon Sep 17 00:00:00 2001 From: Stephen Kyle Date: Tue, 15 Aug 2017 18:17:35 +0100 Subject: [PATCH] add two tasks to skip-freeze list for linux Freezing these tasks is causing the kevin chromebook to reboot. --- libs/utils/executor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/utils/executor.py b/libs/utils/executor.py index 883c07470..2cab6bd3f 100644 --- a/libs/utils/executor.py +++ b/libs/utils/executor.py @@ -176,7 +176,7 @@ class Executor(): """ critical_tasks = { - 'linux': ['init', 'systemd', 'sh', 'ssh'], + 'linux': ['init', 'systemd', 'sh', 'ssh', 'rsyslogd', 'jbd2'], 'android': [ 'sh', 'adbd', 'usb', 'transport', -- GitLab