diff --git a/roles/pkgdb2/templates/pkgdb_update_package_info.cron b/roles/pkgdb2/templates/pkgdb_update_package_info.cron new file mode 100644 index 0000000000..fbd54168e0 --- /dev/null +++ b/roles/pkgdb2/templates/pkgdb_update_package_info.cron @@ -0,0 +1,5 @@ +# Cron updating weekly the pkgdb database to adjust summary and description of +# each package. +# +0 10 * * 4 root PKGDB2_CONFIG=/etc/pkgdb2/pkgdb2.cfg /usr/bin/update_package_info.py +