Explorar o código

fix(server.conf): use user & group nobody instead

We've been using using *openvpn* user and group as server launch
config options.

But latest versions of the popular distros are packaging OpenVPN
to be used with *nobody* user and group and they are not creating
openvpn user anymore, as also stated in #47.

Signed-off-by: Mustafa Arici <mustafa@arici.io>
Mustafa Arici %!s(int64=8) %!d(string=hai) anos
pai
achega
9942d97809
Modificáronse 2 ficheiros con 8 adicións e 8 borrados
  1. 6 6
      bindata/bindata.go
  2. 2 2
      template/server.conf.tmpl

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 6 - 6
bindata/bindata.go


+ 2 - 2
template/server.conf.tmpl

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

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio