From 5bec50058c8773be1bbf5f7c5a5f665cad4df884 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 9 Nov 2021 11:01:11 +0100 Subject: Limit service check after appfw rework MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These services are disabled now and will re-enter as part of the appfw rework. Signed-off-by: Jan-Simon Möller Change-Id: I716a1c437c0d50f1756bb0a058b5b1036ca95430 --- common/scripts/service-check-nogfx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/scripts/service-check-nogfx.sh') 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" -- cgit 1.2.3-korg