Sfoglia il codice sorgente

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 8 anni fa
parent
commit
9942d97809
2 ha cambiato i file con 8 aggiunte e 8 eliminazioni
  1. 6 6
      bindata/bindata.go
  2. 2 2
      template/server.conf.tmpl

File diff suppressed because it is too large
+ 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

Some files were not shown because too many files changed in this diff