From e1189bfcd3a87747e1b9262623414aed1b735eb0 Mon Sep 17 00:00:00 2001 From: Alberto Gonzalez Iniesta Date: Wed, 20 Jan 2016 17:33:12 +0100 Subject: Fix #803032 --- debian/changelog | 2 ++ debian/openvpn@.service | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index cc36009..09e232e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ openvpn (2.3.10-1) unstable; urgency=medium (Closes: #799592, #796914) * Add CAP_AUDIT_WRITE to openvpn@.service CapabilityBoundingSet to fix auth-pam plugin. (Closes: #795313) + * Patch from Martin Pitt to start OpenVPN before user sessions + to avoid hidding possible password prompts. (Closes: #803032) -- Alberto Gonzalez Iniesta Wed, 20 Jan 2016 12:01:36 +0100 diff --git a/debian/openvpn@.service b/debian/openvpn@.service index c60f785..a5e645f 100644 --- a/debian/openvpn@.service +++ b/debian/openvpn@.service @@ -2,6 +2,7 @@ Description=OpenVPN connection to %i PartOf=openvpn.service ReloadPropagatedFrom=openvpn.service +Before=systemd-user-sessions.service Documentation=man:openvpn(8) Documentation=https://community.openvpn.net/openvpn/wiki/Openvpn23ManPage Documentation=https://community.openvpn.net/openvpn/wiki/HOWTO -- cgit v1.2.3