11 lines
286 B
Desktop File
11 lines
286 B
Desktop File
[Unit]
|
|
Description=SWUpdate daemon
|
|
Documentation=https://sbabic.github.io/swupdate/
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/swupdate -w "-r /var/www/swupdate" -k /etc/swupdate-public.pem -i "board=raspberrypi3" -u "stable"
|
|
KillMode=mixed
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |