sinjuginas
21e848cdf7
- Provides: /etc/cron.d -was added. - It is nessesary to provide vixie-cron alternatives for users.
6 lines
184 B
Plaintext
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
|