summaryrefslogtreecommitdiffstats
path: root/recipes-sota/rvi-sota-client/files/sota-client-uptane.service
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2018-01-22 19:15:40 +0200
committerLeon Anavi <leon.anavi@konsulko.com>2018-01-22 19:15:40 +0200
commit62b32e9cc348758e8569040f4d5f4d337234d3ad (patch)
tree76a16234afd12405587803423b4be168b5dbcc6a /recipes-sota/rvi-sota-client/files/sota-client-uptane.service
parent99e49cc2e6fe29f9b58d1f38c25b7e02c72964e2 (diff)
downloadmeta-updater-62b32e9cc348758e8569040f4d5f4d337234d3ad.tar.gz
Drop rvi-sota-client and remove meta-rust dependency
Remove the old RVI SOTA Client and the dependecy from Yocto/OE layer meta-rust. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'recipes-sota/rvi-sota-client/files/sota-client-uptane.service')
-rw-r--r--recipes-sota/rvi-sota-client/files/sota-client-uptane.service15
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes-sota/rvi-sota-client/files/sota-client-uptane.service b/recipes-sota/rvi-sota-client/files/sota-client-uptane.service
deleted file mode 100644
index a2d80ce..0000000
--- a/recipes-sota/rvi-sota-client/files/sota-client-uptane.service
+++ /dev/null
@@ -1,15 +0,0 @@
1[Unit]
2Description=SOTA Client
3Requires=network-online.target
4After=network.target network-online.target
5Requires=sota-client-autoprovision
6After=sota-client-autoprovision
7
8[Service]
9RestartSec=5
10Restart=on-failure
11Environment="RUST_LOG=debug"
12ExecStart=/usr/bin/sota_client --config /var/sota/sota.toml --device-package-manager uptane
13
14[Install]
15WantedBy=multi-user.target