summaryrefslogtreecommitdiff
path: root/recipes-wigwag
diff options
context:
space:
mode:
authorYash Goyal <Yash.Goyal@arm.com>2021-01-16 00:15:35 -0800
committerGitHub <noreply@github.com>2021-01-16 00:15:35 -0800
commiteb66a6264300cf925c607507b949e1b3f48e44d0 (patch)
treea06dbaae0b192a8f39f094b54b7aaa180680595b /recipes-wigwag
parentb471e7b0790d2f8e110b4fff014d6fe1bdfcc1a4 (diff)
Streamlined the startup sequence inorder to remove the cyclic dependency (#213)
Diffstat (limited to 'recipes-wigwag')
-rw-r--r--recipes-wigwag/edge-proxy/files/edge-proxy.service2
-rw-r--r--recipes-wigwag/maestro/maestro/maestro.service2
-rw-r--r--recipes-wigwag/relay-term/files/pelion-relay-term.service1
3 files changed, 4 insertions, 1 deletions
diff --git a/recipes-wigwag/edge-proxy/files/edge-proxy.service b/recipes-wigwag/edge-proxy/files/edge-proxy.service
index 7f6abc4..0e85db4 100644
--- a/recipes-wigwag/edge-proxy/files/edge-proxy.service
+++ b/recipes-wigwag/edge-proxy/files/edge-proxy.service
@@ -1,6 +1,6 @@
[Unit]
Description=Tunneling Proxy for gateways
-Requires=wait-for-pelion-identity.service
+Wants=wait-for-pelion-identity.service
After=wait-for-pelion-identity.service
[Service]
diff --git a/recipes-wigwag/maestro/maestro/maestro.service b/recipes-wigwag/maestro/maestro/maestro.service
index 9f1ef36..215d0f9 100644
--- a/recipes-wigwag/maestro/maestro/maestro.service
+++ b/recipes-wigwag/maestro/maestro/maestro.service
@@ -1,5 +1,7 @@
[Unit]
Description=Maestro: Network, Config, DeviceJS manager
+Wants=edge-proxy.service
+After=edge-proxy.service
[Service]
Restart=always
diff --git a/recipes-wigwag/relay-term/files/pelion-relay-term.service b/recipes-wigwag/relay-term/files/pelion-relay-term.service
index 7004502..9d5e4d5 100644
--- a/recipes-wigwag/relay-term/files/pelion-relay-term.service
+++ b/recipes-wigwag/relay-term/files/pelion-relay-term.service
@@ -1,5 +1,6 @@
[Unit]
Description=relay terminal for remote terminals in pelion cloud
+Wants=maestro.service
After=maestro.service
[Service]