Rename check for homescreen and remove lightmediascanner service 67/11367/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 17 Oct 2017 22:13:06 +0000 (00:13 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 17 Oct 2017 22:13:33 +0000 (00:13 +0200)
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>
common/scripts/service-check-gfx.sh

index 726035a..7e235cb 100755 (executable)
@@ -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"