| 184 | | ```sudo cp /opt/librenms/librenms.nonroot.cron /etc/cron.d/librenms``` |
| 185 | | Copy logrotate config |
| 186 | | LibreNMS keeps logs in /opt/librenms/logs. Over time these can become large and be rotated out. To rotate out the old logs you can use the provided logrotate config file: |
| 187 | | |
| 188 | | ```sudo cp /opt/librenms/misc/librenms.logrotate /etc/logrotate.d/librenms``` |
| | 184 | `sudo cp /opt/librenms/librenms.nonroot.cron /etc/cron.d/librenms` |
| | 185 | |
| | 186 | LibreNMS keeps logs in `/opt/librenms/logs`. Over time these can become large and be rotated out. To rotate out the old logs you can use the provided logrotate config file: |
| | 187 | |
| | 188 | `sudo cp /opt/librenms/misc/librenms.logrotate /etc/logrotate.d/librenms` |