| Adriana Kobylak | adb57d9 | 2017-04-28 16:05:39 -0500 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Attach the PNOR mtd device to UBI | ||||
| 3 | |||||
| 4 | [Service] | ||||
| 5 | Type=oneshot | ||||
| 6 | RemainAfterExit=yes | ||||
| Adriana Kobylak | 5bd157c | 2017-05-25 15:48:27 -0500 | [diff] [blame^] | 7 | ExecStart={sbindir}/bios-ubiattach |
| Adriana Kobylak | adb57d9 | 2017-04-28 16:05:39 -0500 | [diff] [blame] | 8 | ExecStop=/bin/sh -c 'grep pnor /proc/mtd |cut -c 4 |xargs {sbindir}/ubidetach /dev/ubi_ctrl -m' |