aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2024-12-10 13:38:35 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-12-13 11:53:51 +0000
commit35f666cfb26c7951eb47f926e6e9fb8ab573783a (patch)
treeeb7badd11fd48c8124593989a4dafd603bf2f517
parentf68072f3c9861149f019d56415c3cd6936561e93 (diff)
cluster-receiver: Make cluster-receiver dependent on flutter-cluster-dashboard
We might not have a gRPC channel in ready state when starting cluster-receiver app, so delay that until flutter-cluster-dashboard starts. Bug-AGL: SPEC-5235 Change-Id: I4fb56c7a95024923c9fa90d9050ac6f97da13c74 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30647 Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account
-rw-r--r--recipes-demo/cluster-receiver/cluster-receiver/cluster-receiver.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-demo/cluster-receiver/cluster-receiver/cluster-receiver.service b/recipes-demo/cluster-receiver/cluster-receiver/cluster-receiver.service
index bf48afb28..56badf463 100644
--- a/recipes-demo/cluster-receiver/cluster-receiver/cluster-receiver.service
+++ b/recipes-demo/cluster-receiver/cluster-receiver/cluster-receiver.service
@@ -1,8 +1,8 @@
[Unit]
Description=cluster-receiver
-Requires=agl-compositor.service
-After=agl-compositor.service
+Requires=flutter-cluster-dashboard.service
+After=flutter-cluster-dashboard.service
# Since we are part of the agl session, make sure we are started before
# it is complete.