mirror of
https://github.com/php/systems.git
synced 2026-03-24 07:42:12 +01:00
10 lines
394 B
Plaintext
10 lines
394 B
Plaintext
# vim:ft=crontab
|
|
# php.net service maintenance to be installed as root's crontab
|
|
# crontab -u root - < /local/systems/cron-box-crontab
|
|
*/5 * * * * nice -10 /local/systems/cron-box minutely
|
|
01 * * * * nice -10 /local/systems/cron-box hourly
|
|
00 0 * * * nice -10 /local/systems/cron-box daily
|
|
22 4 * * 0 nice -10 /local/systems/cron-box weekly
|
|
42 4 1 * * nice -10 /local/systems/cron-box monthly
|
|
|