blob: eda9d1539c014965455673242cdfafaae6dd996a [file] [log] [blame]
[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