Improve logging of cron jobs

This commit is contained in:
myve 2025-12-18 09:42:20 +00:00
commit 9409bfa6bf
4 changed files with 27 additions and 40 deletions

7
build/ubuntu/cron Normal file
View file

@ -0,0 +1,7 @@
# 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