You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
1.1 KiB
23 lines
1.1 KiB
From e2d3644c855b9262508448abc5044e3e21103680 Mon Sep 17 00:00:00 2001 |
|
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl> |
|
Date: Sat, 14 Mar 2015 17:56:13 -0400 |
|
Subject: [PATCH] units: there is no systemd-udev-hwdb-update.service |
|
|
|
(cherry picked from commit d99ce93383028f08470b6d334bc1a31ca8d16b22) |
|
--- |
|
units/systemd-udevd.service.in | 2 +- |
|
1 file changed, 1 insertion(+), 1 deletion(-) |
|
|
|
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 |
|
|
|
|