From cc7078bbb4257a2772aed6a00790bad9401e518f Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Tue, 7 May 2024 22:53:22 +0200 Subject: [PATCH] Remove connman service due to netboot Change-Id: If9c60daa399b19398be4b041aeec3feacd021bdb Signed-off-by: Jan-Simon Moeller --- common/scripts/service-check-gfx.sh | 2 +- common/scripts/service-check-nogfx.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/scripts/service-check-gfx.sh b/common/scripts/service-check-gfx.sh index 63e557e..96a10f2 100755 --- a/common/scripts/service-check-gfx.sh +++ b/common/scripts/service-check-gfx.sh @@ -20,7 +20,7 @@ while getopts ":b:d:" option; do done REQUIREDSOCKETS="dbus.socket" -REQUIREDSERVICES="connman.service weston.service" +REQUIREDSERVICES="" ALL="${REQUIREDSOCKETS} ${REQUIREDSERVICES}" RESULT="unknown" diff --git a/common/scripts/service-check-nogfx.sh b/common/scripts/service-check-nogfx.sh index 68bc36a..3a3a3b7 100755 --- a/common/scripts/service-check-nogfx.sh +++ b/common/scripts/service-check-nogfx.sh @@ -5,7 +5,7 @@ export TERM=dumb export COLUMNS=1000 REQUIREDSOCKETS="dbus.socket" -REQUIREDSERVICES="connman.service" +REQUIREDSERVICES="" ALL="${REQUIREDSOCKETS} ${REQUIREDSERVICES}" RESULT="unknown" -- 2.16.6