diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-09-26 23:42:19 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-09-26 23:42:19 +0200 |
commit | cce67850a5fe9a912c9081cb7bf73ae3c1bd7cf0 (patch) | |
tree | a229383f9d2fa2d4daaeb9dcdb340411c6cb00ed /common/scripts/service-check-gfx.sh | |
parent | f48f8fed096c534b65a428c5c0618261ed1a04af (diff) |
Remove deprecated service check
homescreen.service is no longer supported.
Change-Id: Icc0595e9aac9522e0b55fb9e524066187cd0efeb
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/scripts/service-check-gfx.sh b/common/scripts/service-check-gfx.sh index 7e235cb..addfda9 100755 --- a/common/scripts/service-check-gfx.sh +++ b/common/scripts/service-check-gfx.sh @@ -4,13 +4,13 @@ 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 bluetooth.service" +REQUIREDSERVICES="afm-system-daemon.service connman.service ofono.service weston.service bluetooth.service" ALL="${REQUIREDSOCKETS} ${REQUIREDSERVICES}" RESULT="unknown" # add delay for services to fully start -sleep 5 +sleep 10 for i in ${ALL} ; do echo -e "\n\n########## Test for service ${i} being active ##########\n\n" |