Signed-off-by: tangyuchen <tangyuchen5@huawei.com> (cherry picked from commit c21dc5cb0ed212c553fa4c63ff4cfaa9d95af6fb)
5 lines
165 B
Plaintext
5 lines
165 B
Plaintext
# Run the mdcheck script once on every Saturday for 5 hours
|
|
SHELL=/usr/bash
|
|
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
|
0 0 * * 6 root /usr/sbin/mdcheck --duration "5 hours"
|