Sfoglia il codice sorgente

refactor: preferred group is nogroup

Closes #48
Mustafa Arici 8 anni fa
parent
commit
aab7a67225
3 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 2 2
      bindata/bindata.go
  2. 1 1
      contrib/beforeinstall.sh
  3. 1 1
      template/server.conf.tmpl

File diff suppressed because it is too large
+ 2 - 2
bindata/bindata.go


+ 1 - 1
contrib/beforeinstall.sh

@@ -1,5 +1,5 @@
 #!/bin/bash
 export USER="nobody"
-export GROUP="nobody"
+export GROUP="nogroup"
 getent passwd $USER || useradd $USER
 getent group $GROUP || groupadd $GROUP

+ 1 - 1
template/server.conf.tmpl

@@ -249,7 +249,7 @@ comp-lzo
 # You can uncomment this out on
 # non-Windows systems.
 user nobody
-group nobody
+group nogroup
 
 # 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