Initial commit

This commit is contained in:
paul 2021-01-12 08:49:20 +01:00
commit 2eff037f6b
16 changed files with 431 additions and 0 deletions

12
crontab Normal file
View file

@ -0,0 +1,12 @@
# Reference: https://www.semantic-mediawiki.org/wiki/Cron_jobs
# Every day at 07:45, Update Special Pages
45 7 * * * root /usr/local/bin/updateSpecialPages.sh > /proc/1/fd/1 2>/proc/1/fd/2
# SemanticMediaWiki recommended maintenance
30 * * * * root /usr/local/bin/updateEntityCollation.sh > /proc/1/fd/1 2>/proc/1/fd/2
15 9 * * SAT root /usr/local/bin/rebuildData.sh > /proc/1/fd/1 2>/proc/1/fd/2
15 9 * * SUN root /usr/local/bin/setupStore.sh > /proc/1/fd/1 2>/proc/1/fd/2
15 3 1 * * root php /usr/local/bin/removeDuplicateEntities.sh > /proc/1/fd/1 2>/proc/1/fd/2
# file requires a trailing newline!