5 lines
165 B
Plaintext
5 lines
165 B
Plaintext
# Run the mdcheck script once on every Saturday for 5 hours
|
|
SHELL=/bin/bash
|
|
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
|
0 0 * * 6 root /usr/sbin/mdcheck --duration "5 hours"
|