diff options
author | Kay Sievers <kay@vrfy.org> | 2013-03-12 15:35:17 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-03-12 15:56:19 +0100 |
commit | 3bf3cd95abf815be091a5398b3796d5e325862b6 (patch) | |
tree | 26f0fa3cb7b6124b1948abd8b1b37e96f8001e19 /units/systemd-udevd.service.in | |
parent | fea7838e7e0b2724f5e0bc028121a08b42995045 (diff) |
udevd: sort into sysinit instead of basic target
Diffstat (limited to 'units/systemd-udevd.service.in')
-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 2fe7822fe9..86c650c0db 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) Wants=systemd-udevd-control.socket systemd-udevd-kernel.socket After=systemd-udevd-control.socket systemd-udevd-kernel.socket -Before=basic.target +Before=sysinit.target DefaultDependencies=no ConditionCapability=CAP_MKNOD |