Fix a bad bug that i did not catch yet

This commit is contained in:
Jan Philipp Timme 2018-09-07 19:21:17 +02:00
parent bba0f9355b
commit 35f8f9fda2
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ persist-tun
# Reduced privileges if possible (uncomment and adapt on unix/linux system) # Reduced privileges if possible (uncomment and adapt on unix/linux system)
user nobody user nobody
group nobody group nogroup
# Logging settings # Logging settings
verb 3 verb 3

View File

@ -49,11 +49,11 @@ persist-tun
# Reduced privileges # Reduced privileges
user nobody user nobody
group nobody group nogroup
# Logging settings # Logging settings
verb 3 verb 3
mute 5 mute 5
# Have a status log # Have a status log
status /etc/openvpn/vpnserver/status.log status /etc/openvpn/vpnserver/status.log