summaryrefslogtreecommitdiff
path: root/recipes-wigwag/relay-term
diff options
context:
space:
mode:
authorJimmy Brisson <theotherjimmy@gmail.com>2019-09-20 15:07:20 -0500
committerYash Goyal <yash.goyal@arm.com>2020-06-10 13:11:00 -0500
commitd07095587d757bae7bf5319a1a08932002b1593a (patch)
tree45227e3899ef93b8c5f42f992db1d134d63eb93b /recipes-wigwag/relay-term
parent37dae6f4e8fe3fea136eb6cf0e0778f29ba0bdc7 (diff)
Start pelion-relay-term earlier on boot
relay-term used to start after network-online. This makes it start earlier, as network-online seems to be waiting a while
Diffstat (limited to 'recipes-wigwag/relay-term')
-rw-r--r--recipes-wigwag/relay-term/files/pelion-relay-term.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-wigwag/relay-term/files/pelion-relay-term.service b/recipes-wigwag/relay-term/files/pelion-relay-term.service
index 904fe1f..191718f 100644
--- a/recipes-wigwag/relay-term/files/pelion-relay-term.service
+++ b/recipes-wigwag/relay-term/files/pelion-relay-term.service
@@ -1,6 +1,6 @@
[Unit]
Description=relay terminal for remote terminals in pelion cloud
-After=maestro.service network-online.target
+After=maestro.service
[Service]
Restart=always
@@ -9,4 +9,4 @@ Environment=NODE_PATH=/wigwag/devicejs-core-modules/node_modules
ExecStart=/usr/bin/node /wigwag/wigwag-core-modules/relay-term/src/index.js start /wigwag/wigwag-core-modules/relay-term/config/config.json
[Install]
-WantedBy=network-online.target
+WantedBy=network.target