aboutsummaryrefslogtreecommitdiffstats
path: root/common/scripts/service-check-nogfx.sh
diff options
context:
space:
mode:
Diffstat (limited to 'common/scripts/service-check-nogfx.sh')
-rwxr-xr-xcommon/scripts/service-check-nogfx.sh4
1 files changed, 2 insertions, 2 deletions
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"