Revert "For master do not check connman.service" 10/28410/1
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 20 Jan 2023 08:42:39 +0000 (09:42 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 20 Jan 2023 11:21:51 +0000 (12:21 +0100)
With systemd-network-generator masked, we can start up connman again.

This reverts commit bd2c66954f5f0139cfd7610aeb3989965f4b3f7d.

Change-Id: I80edf1a036c1fd418375f8e4cb9b8a77fd354ca8

common/scripts/service-check-gfx.sh
common/scripts/service-check-nogfx.sh

index 96a10f2..63e557e 100755 (executable)
@@ -20,7 +20,7 @@ while getopts ":b:d:" option; do
 done
 
 REQUIREDSOCKETS="dbus.socket"
-REQUIREDSERVICES=""
+REQUIREDSERVICES="connman.service weston.service"
 
 ALL="${REQUIREDSOCKETS} ${REQUIREDSERVICES}"
 RESULT="unknown"
index 3a3a3b7..68bc36a 100755 (executable)
@@ -5,7 +5,7 @@ export TERM=dumb
 export COLUMNS=1000
 
 REQUIREDSOCKETS="dbus.socket"
-REQUIREDSERVICES=""
+REQUIREDSERVICES="connman.service"
 
 ALL="${REQUIREDSOCKETS} ${REQUIREDSERVICES}"
 RESULT="unknown"