blob: ae5d23a512888831494cf51f6b2f7e88abbd01ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=Aktualizr SOTA Client
After=network-online.target nss-lookup.target boot-complete.target
Requires=boot-complete.target
Wants=network-online.target
[Service]
RestartSec=10
Restart=always
ExecStart=/usr/bin/aktualizr $AKTUALIZR_CMDLINE_PARAMETERS
[Install]
WantedBy=multi-user.target
|