diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-01-20 09:42:39 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-01-20 12:21:51 +0100 |
commit | b1788c4dd02f87bc3e97d63bfc0a435f2502b0c0 (patch) | |
tree | f88c3f1acb3c51b701031e559a278605233db3dc /common/scripts/service-check-gfx.sh | |
parent | 60998f827882487694b63937b4845f12f40c1a07 (diff) |
Revert "For master do not check connman.service"
With systemd-network-generator masked, we can start up connman again.
This reverts commit bd2c66954f5f0139cfd7610aeb3989965f4b3f7d.
Change-Id: I80edf1a036c1fd418375f8e4cb9b8a77fd354ca8
Diffstat (limited to 'common/scripts/service-check-gfx.sh')
-rwxr-xr-x | common/scripts/service-check-gfx.sh | 2 |
1 files changed, 1 insertions, 1 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" |