diff options
Diffstat (limited to 'common/scripts/service-check-nogfx.sh')
-rwxr-xr-x | common/scripts/service-check-nogfx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |