Permissions already set on line 31-38
This commit is contained in:
Anael Mobilia
2020-06-12 17:29:45 +02:00
committed by GitHub
parent 031c644ab3
commit 62ca4eae7f

View File

@@ -178,14 +178,6 @@ use the provided logrotate config file:
cp /opt/librenms/misc/librenms.logrotate /etc/logrotate.d/librenms
```
# Set permissions
```bash
chown -R librenms:librenms /opt/librenms
setfacl -d -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/
setfacl -R -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/
```
# Web installer
Now head to the web installer and follow the on-screen instructions.