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>
This commit is contained in:
Kevin Morris 2022-01-14 01:02:00 -08:00
parent b4495a49bf
commit 88cb1096c0
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -1,3 +1,7 @@
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'