crontabs/crontab
sinjuginas 21e848cdf7 - Requires: cron-subsystem - repalaces vixie-cron.
- Provides: /etc/cron.d -was added.
- It is nessesary to provide vixie-cron alternatives for users.
2024-11-20 12:50:33 +03:00

6 lines
184 B
Plaintext

# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly