mirror of
https://git.anonymousland.org/anonymousland/infrastructure.git
synced 2025-01-03 21:30:49 -05:00
8d6fb20c2c
Co-authored-by: NebulaOnion <nebulaonion@tutanota.com> Reviewed-on: https://git.anonymousland.org/anonymousland/infrastructure/pulls/5
10 lines
571 B
Plaintext
10 lines
571 B
Plaintext
# do daily/weekly/monthly maintenance
|
|
# min hour day month weekday command
|
|
*/15 * * * * run-parts /etc/periodic/15min
|
|
0 * * * * run-parts /etc/periodic/hourly
|
|
0 2 * * * run-parts /etc/periodic/daily
|
|
0 3 * * 6 run-parts /etc/periodic/weekly
|
|
0 5 1 * * run-parts /etc/periodic/monthly
|
|
# renew letsencrypt certs
|
|
8 2 * * * /app/le-renew.sh >> /config/log/letsencrypt/letsencrypt.log 2>&1
|