diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-18 16:51:17 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-18 16:51:17 +0200 |
commit | 2dfa737f551a37967bcb5ae80a7db1282f6b0cc6 (patch) | |
tree | 76f41eaf0a658dc06d75c3d4b2fa02f8de211c2a /recipes-ti | |
parent | d8d56dea969292f563b2c377e885860d7775e83f (diff) | |
download | meta-ti-2dfa737f551a37967bcb5ae80a7db1282f6b0cc6.tar.gz |
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>
Diffstat (limited to 'recipes-ti')
-rw-r--r-- | recipes-ti/beagleboard/gadget-init/hokey-pokey.service | 2 | ||||
-rw-r--r-- | recipes-ti/beagleboard/gadget-init/storage-gadget-init.service | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/beagleboard/gadget-init/hokey-pokey.service b/recipes-ti/beagleboard/gadget-init/hokey-pokey.service index ac92d734..dfe06892 100644 --- a/recipes-ti/beagleboard/gadget-init/hokey-pokey.service +++ b/recipes-ti/beagleboard/gadget-init/hokey-pokey.service | |||
@@ -6,4 +6,4 @@ After=storage-gadget-init.service | |||
6 | ExecStart=/sbin/modprobe g_zero | 6 | ExecStart=/sbin/modprobe g_zero |
7 | 7 | ||
8 | [Install] | 8 | [Install] |
9 | WantedBy=basic-user.target | 9 | WantedBy=basic.target |
diff --git a/recipes-ti/beagleboard/gadget-init/storage-gadget-init.service b/recipes-ti/beagleboard/gadget-init/storage-gadget-init.service index 366d2fd4..2fe48e15 100644 --- a/recipes-ti/beagleboard/gadget-init/storage-gadget-init.service +++ b/recipes-ti/beagleboard/gadget-init/storage-gadget-init.service | |||
@@ -6,4 +6,4 @@ After=dev-mmcblk0p1.device | |||
6 | ExecStart=/sbin/modprobe g_mass_storage file=/dev/mmcblk0p1 cdrom=0 stall=0 removable=1 nofua=1 | 6 | ExecStart=/sbin/modprobe g_mass_storage file=/dev/mmcblk0p1 cdrom=0 stall=0 removable=1 nofua=1 |
7 | 7 | ||
8 | [Install] | 8 | [Install] |
9 | WantedBy=basic-user.target | 9 | WantedBy=basic.target |