diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-01-16 18:21:02 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-01-16 18:21:02 +0100 |
commit | bd2c66954f5f0139cfd7610aeb3989965f4b3f7d (patch) | |
tree | 679b6d38d5907f3f69178b76bb4b3ea68f09ff29 | |
parent | 2e5067e302bcfe08f970212f8d5c183561bf1f55 (diff) |
For master do not check connman.service
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Id05a2e1e78bad13b53edd77feff5c10068ba3208
-rwxr-xr-x | common/scripts/service-check-gfx.sh | 2 | ||||
-rwxr-xr-x | 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" |