mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 05:53:30 +08:00
8ef654997c
Drop patch which is now upstream. Update service files based on latest versions in: https://github.com/sbabic/meta-swupdate/tree/master/recipes-support/swupdate/swupdate Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
248 B
Desktop File
13 lines
248 B
Desktop File
[Unit]
|
|
Description=SWUpdate daemon
|
|
Documentation=https://github.com/sbabic/swupdate
|
|
Documentation=https://sbabic.github.io/swupdate
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=/usr/lib/swupdate/swupdate.sh
|
|
KillMode=mixed
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|