summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-connectivity/identity-tool/files/wait-for-pelion-identity.service3
-rw-r--r--recipes-containers/kubelet/files/kubelet.service4
-rw-r--r--recipes-extended/fluentbit/files/td-agent-bit.service1
-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
6 files changed, 8 insertions, 5 deletions
diff --git a/recipes-connectivity/identity-tool/files/wait-for-pelion-identity.service b/recipes-connectivity/identity-tool/files/wait-for-pelion-identity.service
index 3efa21f..d0e612f 100644
--- a/recipes-connectivity/identity-tool/files/wait-for-pelion-identity.service
+++ b/recipes-connectivity/identity-tool/files/wait-for-pelion-identity.service
@@ -1,8 +1,7 @@
[Unit]
Description=Wait for a connection to Pelion and create credentials
-Requires=edge-core.service
+Wants=edge-core.service
After=edge-core.service
-Before=edge-proxy.service
[Service]
Restart=on-failure
diff --git a/recipes-containers/kubelet/files/kubelet.service b/recipes-containers/kubelet/files/kubelet.service
index 6434096..39bc88b 100644
--- a/recipes-containers/kubelet/files/kubelet.service
+++ b/recipes-containers/kubelet/files/kubelet.service
@@ -1,7 +1,7 @@
[Unit]
Description=Kubelet
-Requires=wait-for-pelion-identity.service
-Requires=edge-proxy.service
+Wants=edge-proxy.service
+After=edge-proxy.service
[Service]
Restart=always
diff --git a/recipes-extended/fluentbit/files/td-agent-bit.service b/recipes-extended/fluentbit/files/td-agent-bit.service
index cf08eb9..08b566a 100644
--- a/recipes-extended/fluentbit/files/td-agent-bit.service
+++ b/recipes-extended/fluentbit/files/td-agent-bit.service
@@ -1,5 +1,6 @@
[Unit]
Description=Fast log collector
+Wants=edge-proxy.service
After=edge-proxy.service
[Service]
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]