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.
33 lines
1.1 KiB
33 lines
1.1 KiB
From 9e7315f4149a97fa8d5b826770610cd59316db2d Mon Sep 17 00:00:00 2001 |
|
From: Lennart Poettering <lennart@poettering.net> |
|
Date: Thu, 14 May 2015 22:32:35 +0200 |
|
Subject: [PATCH] units: fix typo in systemd-resolved.service |
|
MIME-Version: 1.0 |
|
Content-Type: text/plain; charset=UTF-8 |
|
Content-Transfer-Encoding: 8bit |
|
|
|
There's no network.service unit, we actually mean network.target here. |
|
|
|
Reported by Fco. Eduardo Ramírez. |
|
|
|
(cherry picked from commit 1dff3202941786dd00060f078f6b031efe52d3c3) |
|
|
|
Cherry-picked from: 1dff320 |
|
Resolves: #1222517 |
|
--- |
|
units/systemd-resolved.service.m4.in | 2 +- |
|
1 file changed, 1 insertion(+), 1 deletion(-) |
|
|
|
diff --git a/units/systemd-resolved.service.m4.in b/units/systemd-resolved.service.m4.in |
|
index d133847d5..98ae564af 100644 |
|
--- a/units/systemd-resolved.service.m4.in |
|
+++ b/units/systemd-resolved.service.m4.in |
|
@@ -8,7 +8,7 @@ |
|
[Unit] |
|
Description=Network Name Resolution |
|
Documentation=man:systemd-resolved.service(8) |
|
-After=systemd-networkd.service network.service |
|
+After=systemd-networkd.service network.target |
|
|
|
m4_ifdef(`ENABLE_KDBUS', |
|
# On kdbus systems we pull in the busname explicitly, because it
|
|
|