aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2021-11-09 11:01:11 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2021-11-09 11:01:11 +0100
commit5bec50058c8773be1bbf5f7c5a5f665cad4df884 (patch)
tree83f4692a6976bbb526a6a41cb1c1e747769a4129
parent513d31603201c01a2bf08af810df4a3af2b0f336 (diff)
Limit service check after appfw rework
These services are disabled now and will re-enter as part of the appfw rework. Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I716a1c437c0d50f1756bb0a058b5b1036ca95430
-rwxr-xr-xcommon/scripts/service-check-gfx.sh4
-rwxr-xr-xcommon/scripts/service-check-nogfx.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/common/scripts/service-check-gfx.sh b/common/scripts/service-check-gfx.sh
index d7cfd85..63e557e 100755
--- a/common/scripts/service-check-gfx.sh
+++ b/common/scripts/service-check-gfx.sh
@@ -19,8 +19,8 @@ while getopts ":b:d:" option; do
esac
done
-REQUIREDSOCKETS="dbus.socket security-manager.socket"
-REQUIREDSERVICES="afm-system-daemon.service connman.service ofono.service weston.service bluetooth.service"
+REQUIREDSOCKETS="dbus.socket"
+REQUIREDSERVICES="connman.service weston.service"
ALL="${REQUIREDSOCKETS} ${REQUIREDSERVICES}"
RESULT="unknown"
diff --git a/common/scripts/service-check-nogfx.sh b/common/scripts/service-check-nogfx.sh
index 4828805..68bc36a 100755
--- a/common/scripts/service-check-nogfx.sh
+++ b/common/scripts/service-check-nogfx.sh
@@ -4,8 +4,8 @@ export LANG=C
export TERM=dumb
export COLUMNS=1000
-REQUIREDSOCKETS="dbus.socket security-manager.socket"
-REQUIREDSERVICES="afm-system-daemon.service connman.service ofono.service bluetooth.service"
+REQUIREDSOCKETS="dbus.socket"
+REQUIREDSERVICES="connman.service"
ALL="${REQUIREDSOCKETS} ${REQUIREDSERVICES}"
RESULT="unknown"