mirror of
https://github.com/Nyr/openvpn-install.git
synced 2024-11-23 21:46:08 +03:00
Merge pull request #756 from randomshell/patch-2
Use openvpn status path from systemd service
This commit is contained in:
commit
cb8730b621
@ -320,7 +320,6 @@ user nobody
|
|||||||
group $group_name
|
group $group_name
|
||||||
persist-key
|
persist-key
|
||||||
persist-tun
|
persist-tun
|
||||||
status openvpn-status.log
|
|
||||||
verb 3
|
verb 3
|
||||||
crl-verify crl.pem" >> /etc/openvpn/server/server.conf
|
crl-verify crl.pem" >> /etc/openvpn/server/server.conf
|
||||||
if [[ "$protocol" = "udp" ]]; then
|
if [[ "$protocol" = "udp" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user