diff options
Diffstat (limited to 'meta-networking/recipes-support/openvpn/openvpn/openvpn@.service')
-rw-r--r-- | meta-networking/recipes-support/openvpn/openvpn/openvpn@.service | 12 |
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] | ||
2 | Description=OpenVPN Robust And Highly Flexible Tunneling Application On %I | ||
3 | After=syslog.target network.target | ||
4 | |||
5 | [Service] | ||
6 | PrivateTmp=true | ||
7 | Type=forking | ||
8 | PIDFile=/var/run/openvpn/%i.pid | ||
9 | ExecStart=/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] | ||
12 | WantedBy=multi-user.target | ||