summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Gonzalez Iniesta <agi@inittab.org>2014-04-01 17:25:31 +0200
committerAlberto Gonzalez Iniesta <agi@inittab.org>2014-04-01 17:25:31 +0200
commit71a68b82b1d655c286461cfb618176c0b85f7265 (patch)
tree54eed9283a3cdb18f97dc57dbe6aa20e032cde0b
parent263a36ccf900dabf288e3050e2226cc7be6f38cd (diff)
Add tmpfiles.d configuration (#741938)
-rw-r--r--debian/changelog7
-rw-r--r--debian/openvpn.conf1
-rw-r--r--debian/openvpn.install1
3 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7dcf182..1bc43c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+openvpn (2.3.2-10) UNRELEASED; urgency=medium
+
+ * Install tmpfiles.d configuration to create /run/openvpn in
+ systemd.
+
+ -- Alberto Gonzalez Iniesta <agi@inittab.org> Mon, 17 Mar 2014 19:40:12 +0100
+
openvpn (2.3.2-9) unstable; urgency=medium
* Create /run/openvpn in init script even if no VPN is
diff --git a/debian/openvpn.conf b/debian/openvpn.conf
new file mode 100644
index 0000000..3d7d3d7
--- /dev/null
+++ b/debian/openvpn.conf
@@ -0,0 +1 @@
+d /run/openvpn 0755 root root - -
diff --git a/debian/openvpn.install b/debian/openvpn.install
index f1b4436..22d87e6 100644
--- a/debian/openvpn.install
+++ b/debian/openvpn.install
@@ -1 +1,2 @@
debian/openvpn@.service /lib/systemd/system
+debian/openvpn.conf /usr/lib/tmpfiles.d