Add cron stuff
This commit is contained in:
parent
81730cbb50
commit
b741b6dc2a
1 changed files with 8 additions and 0 deletions
8
cron
Normal file
8
cron
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Every 4 hours
|
||||
0 */4 * * * root /bin/bash __BASEDIR__/rebuild.sh
|
||||
|
||||
# Everyday at 20:30
|
||||
30 20 * * * root /bin/bash __BASEDIR__/sourcesautoupdate.sh
|
||||
|
||||
# Every friday at 6pm
|
||||
0 17 * * 5 root /usr/bin/python3 __BASEDIR__/tools/update_app_levels/update_app_levels.py
|
Loading…
Reference in a new issue