1
0
Fork 0
ynh-apps_tools/cron

9 lines
286 B
Text
Raw Normal View History

2024-02-15 17:15:08 +01:00
# Every 4 hours
0 */4 * * * root /bin/bash __BASEDIR__/maintenance.sh rebuild_catalog
2024-02-15 17:15:08 +01:00
2024-03-13 00:49:55 +01:00
# Everyday at 01:30 UTC
30 1 * * * root /bin/bash __BASEDIR__/maintenance.sh autoupdate_app_sources
2024-02-15 17:15:08 +01:00
2024-03-13 00:49:55 +01:00
# Every friday at 6 PM UTC
0 17 * * 5 root /bin/bash __BASEDIR__/maintenance.sh update_app_levels