diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-11-26 00:28:48 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-11-26 00:28:48 +0100 |
commit | 19e013e6ba85ee25817829bb6556ecd4776c704e (patch) | |
tree | 8fd2650b23e0503e36da7e084be0cc2f4593f0b4 /main/openvpn/distro/systemd/openvpn@.service | |
parent | 5dc503314511f3041b4674569ba03c10714f7625 (diff) |
Update peer-id patch, remove now uneded code from OpenVPN for local block/unblock
--HG--
extra : rebase_source : 8a0eedbd74cb76ac50431f8c8b9bfdd42bc4a243
Diffstat (limited to 'main/openvpn/distro/systemd/openvpn@.service')
-rw-r--r-- | main/openvpn/distro/systemd/openvpn@.service | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/main/openvpn/distro/systemd/openvpn@.service b/main/openvpn/distro/systemd/openvpn@.service deleted file mode 100644 index 7cd36c36..00000000 --- a/main/openvpn/distro/systemd/openvpn@.service +++ /dev/null @@ -1,19 +0,0 @@ -[Unit] -Description=OpenVPN tunnel for %I -After=syslog.target network.target -Documentation=man:openvpn(8) -Documentation=https://community.openvpn.net/openvpn/wiki/Openvpn23ManPage -Documentation=https://community.openvpn.net/openvpn/wiki/HOWTO - -[Service] -PrivateTmp=true -Type=forking -PIDFile=/var/run/openvpn/%i.pid -ExecStart=/usr/sbin/openvpn --daemon --writepid /var/run/openvpn/%i.pid --cd /etc/openvpn/ --config %i.conf -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 |