mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
b4495a49bf
commit
88cb1096c0
1 changed files with 4 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue