diff options
Diffstat (limited to 'system/netdata-updater.conf')
-rw-r--r-- | system/netdata-updater.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/netdata-updater.conf b/system/netdata-updater.conf new file mode 100644 index 000000000..6cf2062a1 --- /dev/null +++ b/system/netdata-updater.conf @@ -0,0 +1,7 @@ +# Configuration for netdata-updater.sh script. +# +# When run non-interactively, the updater script will delay some +# random number of seconds up to NETDATA_UPDATER_JITTER before +# actually running the update. The default is 3600 (one +# hour). Most users should not need to change this. +#NETDATA_UPDATER_JITTER="3600" |