xref: /OK3568_Linux_fs/buildroot/package/swupdate/swupdate.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1[Unit]
2Description=SWUpdate daemon
3Documentation=https://github.com/sbabic/swupdate
4Documentation=https://sbabic.github.io/swupdate
5
6[Service]
7ExecStart=/usr/lib/swupdate/swupdate.sh
8KillMode=mixed
9
10[Install]
11WantedBy=multi-user.target
12