mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
update install docs to include notice about daily updates
This commit is contained in:
@ -107,3 +107,14 @@ Create the cronjob
|
||||
|
||||
cp librenms.cron /etc/cron.d/librenms
|
||||
|
||||
### Daily Updates ###
|
||||
|
||||
LibreNMS performs daily updates by default. At 00:15 system time every day, a `git pull --no-edit --quiet` is performed. You can override this default by editing your `config.php` file. Remove the comment (the `#` mark) on the line:
|
||||
|
||||
#$config['update'] = 0;
|
||||
|
||||
so that it looks like this:
|
||||
|
||||
$config['update'] = 0;
|
||||
|
||||
|
||||
|
@ -121,3 +121,15 @@ Create the cronjob
|
||||
|
||||
cp librenms.cron /etc/cron.d/librenms
|
||||
|
||||
### Daily Updates ###
|
||||
|
||||
LibreNMS performs daily updates by default. At 00:15 system time every day, a `git pull --no-edit --quiet` is performed. You can override this default by edit
|
||||
ing your `config.php` file. Remove the comment (the `#` mark) on the line:
|
||||
|
||||
#$config['update'] = 0;
|
||||
|
||||
so that it looks like this:
|
||||
|
||||
$config['update'] = 0;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user