aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-10-18 00:13:06 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-10-18 00:13:33 +0200
commit9756eaf5e1cb3bc8a0750a26dd1abaeadcc3ae8b (patch)
tree98cf31352c067c14ae7c65c519e1b81c14a8244a
parent52938bb9711ec5735d35665b3c99a89ad528a8c0 (diff)
Rename check for homescreen and remove lightmediascanner service
This change corrects the service-check-gfx.sh script. HomeScreen.service is actually named homescreen.service. lightmediascanner.service does not exist in the target rootfs. Change-Id: Ief1a1641e2e5242f155255af02b1c250b377ae12 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rwxr-xr-xcommon/scripts/service-check-gfx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scripts/service-check-gfx.sh b/common/scripts/service-check-gfx.sh
index 726035a..7e235cb 100755
--- a/common/scripts/service-check-gfx.sh
+++ b/common/scripts/service-check-gfx.sh
@@ -4,7 +4,7 @@ export LANG=C
export TERM=dumb
REQUIREDSOCKETS="cynara.socket dbus.socket security-manager.socket"
-REQUIREDSERVICES="afm-system-daemon.service connman.service ofono.service weston.service HomeScreen.service lightmediascanner.service bluetooth.service"
+REQUIREDSERVICES="afm-system-daemon.service connman.service ofono.service weston.service homescreen.service bluetooth.service"
ALL="${REQUIREDSOCKETS} ${REQUIREDSERVICES}"
RESULT="unknown"