summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-09-27 16:36:44 +0200
committerKay Sievers <kay@vrfy.org>2012-09-27 16:53:45 +0200
commit44b1222bd3ab1adc952751f7251b9bbfe4796333 (patch)
tree88aaa7e275b2fdfdf99939558987632f292307d0
parent2cf598fe02a391e771874b6aa43b55f81068e119 (diff)
downloadsystemd-44b1222bd3ab1adc952751f7251b9bbfe4796333.tar.gz
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.
-rw-r--r--units/systemd-udev-settle.service.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/units/systemd-udev-settle.service.in b/units/systemd-udev-settle.service.in
index e9f283686e..b631949648 100644
--- a/units/systemd-udev-settle.service.in
+++ b/units/systemd-udev-settle.service.in
@@ -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]