updates doc for script permission #12557

This commit is contained in:
Abhimanyu Saharan 2023-05-11 23:36:50 +05:30
parent b7f028fba3
commit 39301d63f5

View File

@ -100,6 +100,7 @@ Create a system user account named `netbox`. We'll configure the WSGI and HTTP s
```
sudo adduser --system --group netbox
sudo chown --recursive netbox /opt/netbox/netbox/media/
sudo chown --recursive netbox /opt/netbox/netbox/scripts/
```
=== "CentOS"
@ -108,6 +109,7 @@ Create a system user account named `netbox`. We'll configure the WSGI and HTTP s
sudo groupadd --system netbox
sudo adduser --system -g netbox netbox
sudo chown --recursive netbox /opt/netbox/netbox/media/
sudo chown --recursive netbox /opt/netbox/netbox/scripts/
```
## Configuration