ubuntu-buildroot/package/swupdate/swupdate-progress.service

10 lines
159 B
SYSTEMD
Raw Normal View History

2024-04-01 15:19:46 +00:00
[Unit]
Description=swupdate progress service
After=swupdate.service
[Service]
ExecStart=/usr/bin/swupdate-progress -r -w
[Install]
WantedBy=swupdate.service