xref: /OK3568_Linux_fs/buildroot/package/swupdate/swupdate-progress.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1[Unit]
2Description=swupdate progress service
3After=swupdate.service
4
5[Service]
6ExecStart=/usr/bin/swupdate-progress -r -w
7
8[Install]
9WantedBy=swupdate.service
10