mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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>
This commit is contained in:
parent
2feb9b90b2
commit
12f74fc40a
2 changed files with 10 additions and 10 deletions
|
@ -1,7 +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'
|
||||
*/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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue