From 6b4c82f4657bdb56e6b7a56651d6d4bb91a35b8f Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Jun 2014 13:29:32 +0200 Subject: initial commit for Enea Linux 4.0 Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau --- ...-environment-file-for-connman-vpnd-debug-.patch | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 meta-eca/recipes-connectivity/connman/files/0003-systemd-Use-environment-file-for-connman-vpnd-debug-.patch (limited to 'meta-eca/recipes-connectivity/connman/files/0003-systemd-Use-environment-file-for-connman-vpnd-debug-.patch') 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 @@ +From 5fb01b667a56d65ccb2b1174df9fe7190a5349f2 Mon Sep 17 00:00:00 2001 +From: Jukka Rissanen +Date: Wed, 13 Mar 2013 11:17:24 +0200 +Subject: [PATCH 3/3] systemd: Use environment file for connman-vpnd debug + options + +Upstream-Status: Denied + +Not accepted as distros can override the default ConnMan service file. + +Signed-off-by: Jukka Rissanen +--- + vpn/connman-vpn.service.in | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/vpn/connman-vpn.service.in b/vpn/connman-vpn.service.in +index ec02a86..2472f00 100644 +--- a/vpn/connman-vpn.service.in ++++ b/vpn/connman-vpn.service.in +@@ -5,7 +5,8 @@ After=syslog.target + [Service] + Type=dbus + BusName=net.connman.vpn +-ExecStart=@prefix@/sbin/connman-vpnd -n ++EnvironmentFile=-@sysconfdir@/connman/connman-vpnd.env ++ExecStart=@prefix@/sbin/connman-vpnd -n $DEBUG + StandardOutput=null + + [Install] +-- +1.7.11.4 + -- cgit v1.2.3-54-g00ecf