1*eb8dc403SDave CobbleyFrom 9f70b94ebf18f52c115634642652830fa77f27a1 Mon Sep 17 00:00:00 2001
2*eb8dc403SDave CobbleyFrom: "Maxin B. John" <maxin.john@intel.com>
3*eb8dc403SDave CobbleyDate: Mon, 12 Jun 2017 16:52:39 +0300
4*eb8dc403SDave CobbleySubject: [PATCH] connman.service: stop systemd-resolved when we use connman
5*eb8dc403SDave Cobbley
6*eb8dc403SDave CobbleyStop systemd-resolved service when we use connman as network manager.
7*eb8dc403SDave Cobbley
8*eb8dc403SDave CobbleyUpstream-Status: Inappropriate [configuration]
9*eb8dc403SDave Cobbley
10*eb8dc403SDave CobbleySigned-off-by: Maxin B. John <maxin.john@intel.com>
11*eb8dc403SDave Cobbley---
12*eb8dc403SDave Cobbley src/connman.service.in | 1 +
13*eb8dc403SDave Cobbley 1 file changed, 1 insertion(+)
14*eb8dc403SDave Cobbley
15*eb8dc403SDave Cobbleydiff --git a/src/connman.service.in b/src/connman.service.in
16*eb8dc403SDave Cobbleyindex 9f5c10f..dab48bc 100644
17*eb8dc403SDave Cobbley--- a/src/connman.service.in
18*eb8dc403SDave Cobbley+++ b/src/connman.service.in
19*eb8dc403SDave Cobbley@@ -6,6 +6,7 @@ RequiresMountsFor=@localstatedir@/lib/connman
20*eb8dc403SDave Cobbley After=dbus.service network-pre.target systemd-sysusers.service
21*eb8dc403SDave Cobbley Before=network.target multi-user.target shutdown.target
22*eb8dc403SDave Cobbley Wants=network.target
23*eb8dc403SDave Cobbley+Conflicts=systemd-resolved.service
24*eb8dc403SDave Cobbley
25*eb8dc403SDave Cobbley [Service]
26*eb8dc403SDave Cobbley Type=dbus
27*eb8dc403SDave Cobbley--
28*eb8dc403SDave Cobbley2.4.0
29*eb8dc403SDave Cobbley
30