Explorar o código

Fixes: #4618 - Add group creation and correct user creation group syntax

Daniel Sheppard %!s(int64=5) %!d(string=hai) anos
pai
achega
41361ce2a2
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      docs/installation/3-netbox.md

+ 2 - 1
docs/installation/3-netbox.md

@@ -78,7 +78,8 @@ Create a system user account named `netbox`. We'll configure the WSGI and HTTP s
     CentOS users may need to create the `netbox` group first.
 
 ```
-# adduser --system --group netbox
+# groupadd --system netbox
+# adduser --system --gid netbox netbox
 # chown --recursive netbox /opt/netbox/netbox/media/
 ```