udev: don't let systemd-udev-settle delay basic.target

It is no longer possible to manually enable systemd-udev-settle.service,
so its only use is by legacy services explicitly pulling it in. It makes
sense for these services to also explicitly order themselves after
udev-settle.service, which makes After=basic.target redundant.

This should reduce the negative effect on boot-time of having to enable
legacy services such as lvm.service.
This commit is contained in:
Tom Gundersen 2012-09-27 16:36:44 +02:00 committed by Kay Sievers
parent 2cf598fe02
commit 44b1222bd3
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ Documentation=man:udev(7) man:systemd-udevd.service(8)
DefaultDependencies=no
Wants=systemd-udevd.service
After=systemd-udev-trigger.service
Before=basic.target
ConditionCapability=CAP_MKNOD
[Service]