- status log filename updated to openvpn-rw.log otherwise it was root:root with 600 and this prevented the status of client connections being shown
Tested-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- src/initscripts/sysconfig/createfiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/initscripts/sysconfig/createfiles b/src/initscripts/sysconfig/createfiles index cf7d6e146..2545c9586 100644 --- a/src/initscripts/sysconfig/createfiles +++ b/src/initscripts/sysconfig/createfiles @@ -25,7 +25,7 @@ # <major> and <minor> are the major and minor numbers used for the device. ########################################################################
-/var/run/ovpnserver.log file 644 nobody nobody +/var/run/openvpn-rw.log file 644 nobody nobody /var/run/openvpn dir 644 nobody nobody
# End /etc/sysconfig/createfiles