Browse Source

systemd/module-setup.sh: add old udev systemd services

master
Harald Hoyer 13 years ago
parent
commit
529f7bf358
  1. 9
      modules.d/98systemd/module-setup.sh

9
modules.d/98systemd/module-setup.sh

@ -102,6 +102,15 @@ install() { @@ -102,6 +102,15 @@ install() {
$systemdsystemunitdir/initrd-switch-root.target \
$systemdsystemunitdir/initrd-switch-root.service \
$systemdsystemunitdir/umount.target \
$systemdsystemunitdir/udev-control.socket \
$systemdsystemunitdir/udev-kernel.socket \
$systemdsystemunitdir/udev.service \
$systemdsystemunitdir/udev-settle.service \
$systemdsystemunitdir/udev-trigger.service \
$systemdsystemunitdir/basic.target.wants/udev.service \
$systemdsystemunitdir/basic.target.wants/udev-trigger.service \
$systemdsystemunitdir/sockets.target.wants/udev-control.socket \
$systemdsystemunitdir/sockets.target.wants/udev-kernel.socket

for i in /etc/systemd/*.conf; do
dracut_install "$i"

Loading…
Cancel
Save