diff options
author | Alberto Gonzalez Iniesta <agi@inittab.org> | 2016-01-20 17:33:12 +0100 |
---|---|---|
committer | Alberto Gonzalez Iniesta <agi@inittab.org> | 2016-01-20 17:33:12 +0100 |
commit | e1189bfcd3a87747e1b9262623414aed1b735eb0 (patch) | |
tree | 6a4abdf913bc1bd6ad78f0904f403767e80cd88e /debian | |
parent | c7db1569e9ff2b00683027cda315662304d9d772 (diff) |
Fix #803032
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/openvpn@.service | 1 |
2 files changed, 3 insertions, 0 deletions
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 <agi@inittab.org> 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 |