summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Gonzalez Iniesta <agi@inittab.org>2016-01-20 17:33:12 +0100
committerAlberto Gonzalez Iniesta <agi@inittab.org>2016-01-20 17:33:12 +0100
commite1189bfcd3a87747e1b9262623414aed1b735eb0 (patch)
tree6a4abdf913bc1bd6ad78f0904f403767e80cd88e
parentc7db1569e9ff2b00683027cda315662304d9d772 (diff)
Fix #803032
-rw-r--r--debian/changelog2
-rw-r--r--debian/openvpn@.service1
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