Limit service check after appfw rework
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 9 Nov 2021 10:01:11 +0000 (11:01 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 9 Nov 2021 10:01:11 +0000 (11:01 +0100)
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

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

index d7cfd85..63e557e 100755 (executable)
@@ -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"
index 4828805..68bc36a 100755 (executable)
@@ -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"