diff options
-rwxr-xr-x | common/scripts/service-check-gfx.sh | 2 | ||||
-rwxr-xr-x | 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 96a10f2..63e557e 100755 --- a/common/scripts/service-check-gfx.sh +++ b/common/scripts/service-check-gfx.sh @@ -20,7 +20,7 @@ while getopts ":b:d:" option; do done REQUIREDSOCKETS="dbus.socket" -REQUIREDSERVICES="" +REQUIREDSERVICES="connman.service weston.service" ALL="${REQUIREDSOCKETS} ${REQUIREDSERVICES}" RESULT="unknown" diff --git a/common/scripts/service-check-nogfx.sh b/common/scripts/service-check-nogfx.sh index 3a3a3b7..68bc36a 100755 --- a/common/scripts/service-check-nogfx.sh +++ b/common/scripts/service-check-nogfx.sh @@ -5,7 +5,7 @@ export TERM=dumb export COLUMNS=1000 REQUIREDSOCKETS="dbus.socket" -REQUIREDSERVICES="" +REQUIREDSERVICES="connman.service" ALL="${REQUIREDSOCKETS} ${REQUIREDSERVICES}" RESULT="unknown" |