diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-10-18 00:13:06 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-10-18 00:13:33 +0200 |
commit | 9756eaf5e1cb3bc8a0750a26dd1abaeadcc3ae8b (patch) | |
tree | 98cf31352c067c14ae7c65c519e1b81c14a8244a /common/scripts/service-check-gfx.sh | |
parent | 52938bb9711ec5735d35665b3c99a89ad528a8c0 (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>
Diffstat (limited to 'common/scripts/service-check-gfx.sh')
-rwxr-xr-x | common/scripts/service-check-gfx.sh | 2 |
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" |