aurweb/docker/config/aurweb-cron
Kevin Morris 12f74fc40a
fix: docker cron config timing and doc
This wasn't matching up with what's suggested in doc/maintenance.
This patch resolves that inconsistency.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-01-18 09:05:47 -08:00

7 lines
282 B
Text

AUR_CONFIG='/aurweb/conf/config'
*/5 * * * * bash -c 'aurweb-mkpkglists --extended'
*/2 * * * * bash -c 'aurweb-aurblup'
*/2 * * * * bash -c 'aurweb-pkgmaint'
*/2 * * * * bash -c 'aurweb-usermaint'
*/2 * * * * bash -c 'aurweb-popupdate'
*/12 * * * * bash -c 'aurweb-tuvotereminder'