Extend service checks sandbox/jsmoeller/extend-service-checks
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 26 Sep 2019 18:46:17 +0000 (20:46 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 26 Sep 2019 18:46:17 +0000 (20:46 +0200)
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
common/scripts/service-check-gfx.sh
common/scripts/service-check-nogfx.sh

index addfda9..dcc1c0a 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 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"
index 16ecbee..fc18813 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 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"