mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-07 03:49:20 +00:00
gadget-init: fix target in the unit files
This only caused issues when manually systemctl disabling and enabling them Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -6,4 +6,4 @@ After=storage-gadget-init.service
|
||||
ExecStart=/sbin/modprobe g_zero
|
||||
|
||||
[Install]
|
||||
WantedBy=basic-user.target
|
||||
WantedBy=basic.target
|
||||
|
||||
@@ -6,4 +6,4 @@ After=dev-mmcblk0p1.device
|
||||
ExecStart=/sbin/modprobe g_mass_storage file=/dev/mmcblk0p1 cdrom=0 stall=0 removable=1 nofua=1
|
||||
|
||||
[Install]
|
||||
WantedBy=basic-user.target
|
||||
WantedBy=basic.target
|
||||
|
||||
Reference in New Issue
Block a user