mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
10 lines
238 B
Desktop File
10 lines
238 B
Desktop File
[Unit]
|
|
Description=usb media swupdate service
|
|
Requires=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
|