[DEV] createfiles: Update status log filename
Commit Message
- 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(-)
@@ -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