summaryrefslogtreecommitdiffstats
path: root/meta-eca/recipes-connectivity/connman/files/0003-systemd-Use-environment-file-for-connman-vpnd-debug-.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-eca/recipes-connectivity/connman/files/0003-systemd-Use-environment-file-for-connman-vpnd-debug-.patch')
-rw-r--r--meta-eca/recipes-connectivity/connman/files/0003-systemd-Use-environment-file-for-connman-vpnd-debug-.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-eca/recipes-connectivity/connman/files/0003-systemd-Use-environment-file-for-connman-vpnd-debug-.patch b/meta-eca/recipes-connectivity/connman/files/0003-systemd-Use-environment-file-for-connman-vpnd-debug-.patch
new file mode 100644
index 0000000..31d5bc8
--- /dev/null
+++ b/meta-eca/recipes-connectivity/connman/files/0003-systemd-Use-environment-file-for-connman-vpnd-debug-.patch
@@ -0,0 +1,32 @@
1From 5fb01b667a56d65ccb2b1174df9fe7190a5349f2 Mon Sep 17 00:00:00 2001
2From: Jukka Rissanen <jukka.rissanen@linux.intel.com>
3Date: Wed, 13 Mar 2013 11:17:24 +0200
4Subject: [PATCH 3/3] systemd: Use environment file for connman-vpnd debug
5 options
6
7Upstream-Status: Denied
8
9Not accepted as distros can override the default ConnMan service file.
10
11Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
12---
13 vpn/connman-vpn.service.in | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16diff --git a/vpn/connman-vpn.service.in b/vpn/connman-vpn.service.in
17index ec02a86..2472f00 100644
18--- a/vpn/connman-vpn.service.in
19+++ b/vpn/connman-vpn.service.in
20@@ -5,7 +5,8 @@ After=syslog.target
21 [Service]
22 Type=dbus
23 BusName=net.connman.vpn
24-ExecStart=@prefix@/sbin/connman-vpnd -n
25+EnvironmentFile=-@sysconfdir@/connman/connman-vpnd.env
26+ExecStart=@prefix@/sbin/connman-vpnd -n $DEBUG
27 StandardOutput=null
28
29 [Install]
30--
311.7.11.4
32