summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-05-07 22:53:22 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-05-07 22:53:22 +0200
commitcc7078bbb4257a2772aed6a00790bad9401e518f (patch)
treeae87b4cf1fb8371b53dc2103ff83a9d401087a69
parentf911ecf332aca722c13590a5c0bf085a37d4841e (diff)
Remove connman service due to netbootsalmon_18.90.0salmon/18.90.018.90.0
Change-Id: If9c60daa399b19398be4b041aeec3feacd021bdb Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rwxr-xr-xcommon/scripts/service-check-gfx.sh2
-rwxr-xr-xcommon/scripts/service-check-nogfx.sh2
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"