Potin Lai | 01bd61a | 2022-09-28 12:00:05 +0800 | [diff] [blame] | 1 | [Unit] |
2 | Description=eMMC initialize check | ||||
3 | Before=mnt-data.mount | ||||
Patrick Williams | 563c33f | 2022-10-07 20:38:09 -0500 | [diff] [blame] | 4 | Requires=dev-mmcblk0.device |
5 | After=dev-mmcblk0.device | ||||
Potin Lai | 01bd61a | 2022-09-28 12:00:05 +0800 | [diff] [blame] | 6 | |
7 | [Service] | ||||
8 | ExecStart=/usr/libexec/emmc-init/emmc-init | ||||
9 | Type=oneshot | ||||
10 | RemainAfterExit=yes | ||||
11 | |||||
12 | [Install] | ||||
13 | WantedBy=multi-user.target |