summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/openvpn/openvpn/openvpn@.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/openvpn/openvpn/openvpn@.service')
-rw-r--r--meta-networking/recipes-support/openvpn/openvpn/openvpn@.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-networking/recipes-support/openvpn/openvpn/openvpn@.service b/meta-networking/recipes-support/openvpn/openvpn/openvpn@.service
deleted file mode 100644
index 01dd2e8c25..0000000000
--- a/meta-networking/recipes-support/openvpn/openvpn/openvpn@.service
+++ /dev/null
@@ -1,12 +0,0 @@
1[Unit]
2Description=OpenVPN Robust And Highly Flexible Tunneling Application On %I
3After=syslog.target network.target
4
5[Service]
6PrivateTmp=true
7Type=forking
8PIDFile=/var/run/openvpn/%i.pid
9ExecStart=/usr/sbin/openvpn --daemon --writepid /var/run/openvpn/%i.pid --cd /etc/openvpn/ --cipher AES-256-GCM --data-ciphers AES-256-GCM:AES-128-GCM:AES-256-CBC:AES-128-CBC:BF-CBC --config %i.conf
10
11[Install]
12WantedBy=multi-user.target