summaryrefslogtreecommitdiffstats
path: root/common/scripts/service-check-gfx.sh
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 /common/scripts/service-check-gfx.sh
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>
Diffstat (limited to 'common/scripts/service-check-gfx.sh')
-rwxr-xr-xcommon/scripts/service-check-gfx.sh2
1 files changed, 1 insertions, 1 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"