diff options
Diffstat (limited to 'common/scripts/service-check-nogfx.sh')
-rwxr-xr-x | common/scripts/service-check-nogfx.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/scripts/service-check-nogfx.sh b/common/scripts/service-check-nogfx.sh index 16ecbee..6515377 100755 --- a/common/scripts/service-check-nogfx.sh +++ b/common/scripts/service-check-nogfx.sh @@ -3,7 +3,7 @@ export LANG=C export TERM=dumb -REQUIREDSOCKETS="cynara.socket dbus.socket security-manager.socket" +REQUIREDSOCKETS="dbus.socket security-manager.socket" REQUIREDSERVICES="afm-system-daemon.service connman.service ofono.service bluetooth.service" ALL="${REQUIREDSOCKETS} ${REQUIREDSERVICES}" @@ -40,4 +40,4 @@ echo "------------------------------------------------" ( systemctl list-units | grep failed ) || true -exit 0
\ No newline at end of file +exit 0 |