mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Added the rest: - aurweb-pkgmaint - aurweb-usermaint - aurweb-tuvotereminder - aurweb-popupdate Signed-off-by: Kevin Morris <kevr@0cost.org>
7 lines
281 B
Text
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'
|