summarylogtreecommitdiffstats
path: root/openvpn@.service
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn@.service')
-rw-r--r--openvpn@.service15
1 files changed, 0 insertions, 15 deletions
diff --git a/openvpn@.service b/openvpn@.service
deleted file mode 100644
index 75da22780702..000000000000
--- a/openvpn@.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=OpenVPN connection to %i
-
-[Service]
-PrivateTmp=true
-Type=forking
-ExecStart=/usr/bin/openvpn --cd /etc/openvpn --config /etc/openvpn/%i.conf --daemon openvpn@%i --writepid /run/openvpn@%i.pid --status-version 2
-PIDFile=/run/openvpn@%i.pid
-CapabilityBoundingSet=CAP_IPC_LOCK CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_RAW CAP_SETGID CAP_SETUID CAP_SYS_CHROOT CAP_DAC_READ_SEARCH
-LimitNPROC=10
-DeviceAllow=/dev/null rw
-DeviceAllow=/dev/net/tun rw
-
-[Install]
-WantedBy=multi-user.target