Browse Source

openvpn user created by openvpn package, so use openvpn user instead.

closes #32.
Ilker Dagli 8 years ago
parent
commit
71ec10f9a6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      template/server.conf.tmpl

+ 2 - 2
template/server.conf.tmpl

@@ -248,8 +248,8 @@ comp-lzo
 #
 #
 # You can uncomment this out on
 # You can uncomment this out on
 # non-Windows systems.
 # non-Windows systems.
-user nobody
-group nobody
+user openvpn
+group openvpn
 
 
 # The persist options will try to avoid
 # The persist options will try to avoid
 # accessing certain resources on restart
 # accessing certain resources on restart