2021-08-29 04:46:32 +02:00
|
|
|
[Unit]
|
|
|
|
Description=usb media swupdate service
|
2022-12-13 22:10:49 +01:00
|
|
|
Requires=swupdate.service
|
2021-08-29 04:46:32 +02:00
|
|
|
Requires=swupdate-progress.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStartPre=/bin/mount /dev/%I /mnt
|
|
|
|
ExecStart=/bin/sh -c "swupdate-client -v /mnt/*.swu"
|
|
|
|
ExecStopPost=/bin/umount /mnt
|