Remove connman service due to netboot master
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 7 May 2024 20:53:22 +0000 (22:53 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 7 May 2024 20:53:22 +0000 (22:53 +0200)
Change-Id: If9c60daa399b19398be4b041aeec3feacd021bdb
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
common/scripts/service-check-gfx.sh
common/scripts/service-check-nogfx.sh

index 63e557e..96a10f2 100755 (executable)
@@ -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"
index 68bc36a..3a3a3b7 100755 (executable)
@@ -5,7 +5,7 @@ export TERM=dumb
 export COLUMNS=1000
 
 REQUIREDSOCKETS="dbus.socket"
-REQUIREDSERVICES="connman.service"
+REQUIREDSERVICES=""
 
 ALL="${REQUIREDSOCKETS} ${REQUIREDSERVICES}"
 RESULT="unknown"