diff --git a/mdcheck-cron b/mdcheck-cron new file mode 100644 index 0000000..e93aa90 --- /dev/null +++ b/mdcheck-cron @@ -0,0 +1,2 @@ +# Run the mdcheck script once on every Saturday for 5 hours +0 0 * * 6 root /usr/sbin/mdcheck --duration "5 hours"