summaryrefslogtreecommitdiffstats
path: root/src/conf.default
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-08-10 10:09:53 -0300
committerRenato Botelho <renato@netgate.com>2017-08-10 10:09:53 -0300
commite506cc8a3c15852a2776d9dc72695c5b5b2c7134 (patch)
tree3c1b5a9c1a484260200803e2c0f95a25f192443d /src/conf.default
parente78d59403b45d7a5b1ea4e4bdfcfbe7a2a65f77a (diff)
downloadpfsense-e506cc8a3c15852a2776d9dc72695c5b5b2c7134.zip
pfsense-e506cc8a3c15852a2776d9dc72695c5b5b2c7134.tar.gz
Make sure pkg metadata is updated at least once daily. It will be used to speedup GUI parts related to pkg update
Diffstat (limited to 'src/conf.default')
-rw-r--r--src/conf.default/config.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/conf.default/config.xml b/src/conf.default/config.xml
index 81cd8f2..cb1692e 100644
--- a/src/conf.default/config.xml
+++ b/src/conf.default/config.xml
@@ -215,6 +215,15 @@
<who>root</who>
<command>/usr/bin/nice -n20 /etc/rc.update_urltables</command>
</item>
+ <item>
+ <minute>1</minute>
+ <hour>0</hour>
+ <mday>*</mday>
+ <month>*</month>
+ <wday>*</wday>
+ <who>root</who>
+ <command>/usr/bin/nice -n20 /etc/rc.update_pkg_metadata</command>
+ </item>
</cron>
<wol/>
<rrd>
OpenPOWER on IntegriCloud