aurweb/docker/config/aurweb-cron
Kevin Morris 88cb1096c0
feat(docker): add more cron scripts
Added the rest:
- aurweb-pkgmaint
- aurweb-usermaint
- aurweb-tuvotereminder
- aurweb-popupdate

Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-01-14 01:02:00 -08:00

7 lines
281 B
Text

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