diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-04-03 14:27:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-04-03 14:27:16 +0200 |
commit | d8f0930eec248c2f54c85aa5029e1b3775c8dc75 (patch) | |
tree | 19ee944abbb795deb9357c6bd50ad588164aa64f /units/systemd-udev-trigger.service.in | |
parent | 9ff3e22aa93fe461f8971f2468c65dc928fadc9e (diff) | |
download | systemd-d8f0930eec248c2f54c85aa5029e1b3775c8dc75.tar.gz |
units: move After=systemd-hwdb-update.service dependency from udev to udev-trigger
Let's move the hwdb regeneration a bit later. Given that hwdb is
non-essential it should be OK to allow udev to run without it until we
do the full trigger.
http://lists.freedesktop.org/archives/systemd-devel/2015-April/030074.html
Diffstat (limited to 'units/systemd-udev-trigger.service.in')
-rw-r--r-- | units/systemd-udev-trigger.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-udev-trigger.service.in b/units/systemd-udev-trigger.service.in index 0c33909cee..1e04d11fe3 100644 --- a/units/systemd-udev-trigger.service.in +++ b/units/systemd-udev-trigger.service.in @@ -10,7 +10,7 @@ Description=udev Coldplug all Devices Documentation=man:udev(7) man:systemd-udevd.service(8) DefaultDependencies=no Wants=systemd-udevd.service -After=systemd-udevd-kernel.socket systemd-udevd-control.socket +After=systemd-udevd-kernel.socket systemd-udevd-control.socket systemd-hwdb-update.service Before=sysinit.target ConditionPathIsReadWrite=/sys |