From 0636ce1a7f2315dee050db839f2c4044334a9458 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 4 Jun 2012 13:12:07 +0200 Subject: [PATCH] systemd/module-setup.sh: package udev in sysinit.target --- modules.d/98systemd/module-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh index 464bbc34a..1d8aefc06 100755 --- a/modules.d/98systemd/module-setup.sh +++ b/modules.d/98systemd/module-setup.sh @@ -105,8 +105,8 @@ install() { $systemdsystemunitdir/sockets.target.wants/systemd-udev-control.socket \ $systemdsystemunitdir/sockets.target.wants/systemd-udev-kernel.socket \ $systemdsystemunitdir/sockets.target.wants/systemd-journald.socket \ - $systemdsystemunitdir/basic.target.wants/systemd-udev.service \ - $systemdsystemunitdir/basic.target.wants/systemd-udev-trigger.service \ + $systemdsystemunitdir/sysinit.target.wants/systemd-udev.service \ + $systemdsystemunitdir/sysinit.target.wants/systemd-udev-trigger.service \ $systemdsystemunitdir/local-fs.target.wants/systemd-remount-fs.service \ $systemdsystemunitdir/local-fs.target.wants/fsck-root.service \ $systemdsystemunitdir/local-fs.target.wants/tmp.mount \ -- 2.47.3