diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-03-14 22:56:13 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-03-15 04:03:21 +0100 |
commit | d99ce93383028f08470b6d334bc1a31ca8d16b22 (patch) | |
tree | c4303c3590148e51135a4a096766a43ea63b79ba /units | |
parent | core: remove left-over debug message (diff) | |
download | systemd-d99ce93383028f08470b6d334bc1a31ca8d16b22.tar.xz systemd-d99ce93383028f08470b6d334bc1a31ca8d16b22.zip |
units: there is no systemd-udev-hwdb-update.service
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-udevd.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-udevd.service.in b/units/systemd-udevd.service.in index f6acd6fe4c..2791f73ac3 100644 --- a/units/systemd-udevd.service.in +++ b/units/systemd-udevd.service.in @@ -10,7 +10,7 @@ Description=udev Kernel Device Manager Documentation=man:systemd-udevd.service(8) man:udev(7) DefaultDependencies=no Wants=systemd-udevd-control.socket systemd-udevd-kernel.socket -After=systemd-udevd-control.socket systemd-udevd-kernel.socket systemd-udev-hwdb-update.service systemd-sysusers.service +After=systemd-udevd-control.socket systemd-udevd-kernel.socket systemd-hwdb-update.service systemd-sysusers.service Before=sysinit.target ConditionPathIsReadWrite=/sys |