HYL_OK3568_LINUX/buildroot/package/swupdate/swupdate-usb@.service
2025-05-10 21:49:39 +08:00

9 lines
212 B
Desktop File

[Unit]
Description=usb media swupdate service
Requires=swupdate-progress.service
[Service]
ExecStartPre=/bin/mount /dev/%I /mnt
ExecStart=/bin/sh -c "swupdate-client -v /mnt/*.swu"
ExecStopPost=/bin/umount /mnt