From 8d1e7f18510742c1eccbba2f98d30b454c44a6ac Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Thu, 26 Sep 2019 20:46:17 +0200 Subject: Extend service checks Signed-off-by: Jan-Simon Moeller --- common/scripts/service-check-gfx.sh | 2 +- common/scripts/service-check-nogfx.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/scripts/service-check-gfx.sh b/common/scripts/service-check-gfx.sh index addfda9..dcc1c0a 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 bluetooth.service" +REQUIREDSERVICES="afm-system-daemon.service afm-user-session@1001.service connman.service ofono.service weston.service bluetooth.service gpsd.service udisks.service lightmediascanner.service" ALL="${REQUIREDSOCKETS} ${REQUIREDSERVICES}" RESULT="unknown" diff --git a/common/scripts/service-check-nogfx.sh b/common/scripts/service-check-nogfx.sh index 16ecbee..fc18813 100755 --- a/common/scripts/service-check-nogfx.sh +++ b/common/scripts/service-check-nogfx.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 bluetooth.service" +REQUIREDSERVICES="afm-system-daemon.service afm-user-session@1001.service connman.service ofono.service bluetooth.service gpsd.service udisks.service lightmediascanner.service" ALL="${REQUIREDSOCKETS} ${REQUIREDSERVICES}" RESULT="unknown" -- cgit 1.2.3-korg