summaryrefslogtreecommitdiffstats
path: root/recipes-sota/rvi-sota-client/files/sota-client-ostree.service
blob: 093a994a7d0377f8e718842a4bb295a764cd04da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=SOTA Client
Requires=network-online.target
After=network.target network-online.target

[Service]
RestartSec=5
Restart=on-failure
Environment="RUST_LOG=debug"
ExecStart=/usr/bin/sota_client --config /sysroot/boot/sota.toml --device-package-manager ostree

[Install]
WantedBy=multi-user.target