From 40ddb4c87f0d206b344f086fac0a3c0f637fcb8c Mon Sep 17 00:00:00 2001 From: randomshell <43271778+randomshell@users.noreply.github.com> Date: Sat, 2 May 2020 20:46:33 +0000 Subject: [PATCH] Remove status option from server.conf It is included in the new systemd service `openvpn-server@.service`: `ExecStart=/usr/sbin/openvpn --status %t/openvpn-server/status-%i.log --status-version 2 --suppress-timestamps --config %i.conf` The new path is `/run/openvpn-server/status-server.log` --- openvpn-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index e0949ea..31b9585 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -892,7 +892,6 @@ tls-server tls-version-min 1.2 tls-cipher $CC_CIPHER client-config-dir /etc/openvpn/server/ccd -status /var/log/openvpn/status.log verb 3" >>/etc/openvpn/server/server.conf # Create client-config-dir dir