blob: 28d805f8ec997681c4b0c4126a1324dfa2a6a310 [file] [log] [blame]
[Unit]
Description=usb media swupdate service
Requires=swupdate.service
Wants=swupdate-progress.service
[Service]
ExecStartPre=/bin/mkdir -p /tmp/%I
ExecStartPre=/bin/mount /dev/%I /tmp/%I
ExecStart=/bin/sh -c "swupdate-client -v /tmp/%I/*.swu"
ExecStopPost=/bin/umount /tmp/%I
ExecStopPost=/bin/rmdir /tmp/%I