1
0
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:
Koen Kooi
2011-10-18 16:51:17 +02:00
parent d8d56dea96
commit 2dfa737f55
2 changed files with 2 additions and 2 deletions
@@ -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