]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/commitdiff
gadget-init: fix target in the unit files
authorKoen Kooi <koen@dominion.thruhere.net>
Tue, 18 Oct 2011 14:51:17 +0000 (16:51 +0200)
committerKoen Kooi <koen@dominion.thruhere.net>
Tue, 18 Oct 2011 14:51:17 +0000 (16:51 +0200)
This only caused issues when manually systemctl disabling and enabling them

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
recipes-ti/beagleboard/gadget-init/hokey-pokey.service
recipes-ti/beagleboard/gadget-init/storage-gadget-init.service

index ac92d734bc5e35eed7d160b5ee44f4276c51b8ad..dfe068929e612180508ac80c510e700600575c3b 100644 (file)
@@ -6,4 +6,4 @@ After=storage-gadget-init.service
 ExecStart=/sbin/modprobe g_zero
 
 [Install]
-WantedBy=basic-user.target
+WantedBy=basic.target
index 366d2fd4383a1eda42340e70ba7860c6be834b84..2fe48e15ee71f6f6e3fa23892aa22ad2294f4933 100644 (file)
@@ -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