Skip to content

Commit

Permalink
mxraid: Import cron.d/mdcheck
Browse files Browse the repository at this point in the history
Import existing cron.d mdcheck file into repository.
  • Loading branch information
donald committed May 24, 2020
1 parent 4673b97 commit ee0e0e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ install_exec mxraid/mxraid "$DESTDIR$usr_sbindir/m
install_exec mxraid/mxraid_assemble "$DESTDIR$usr_sbindir/mxraid_assemble"
install_data mxraid/mxraid.startup.service "$DESTDIR$systemdunitdir/mxraid.startup.service"
install_data mxraid/mxraid.shutdown.service "$DESTDIR$systemdunitdir/mxraid.shutdown.service"
install_cron mxraid/crond-mdcheck "$DESTDIR$crond_dir/mdcheck"
install_exec kvm_monitor/kvm_monitor.pl "$DESTDIR$udev_helperdir/kvm_monitor.pl"
install_data kvm_monitor/51-raritan-kvm.rules "$DESTDIR$udev_rulesdir/51-raritan-kvm.rules"
install_data misc_systemd_units/udev-settled.target "$DESTDIR$systemdunitdir/udev-settled.target"
Expand Down
2 changes: 2 additions & 0 deletions mxraid/crond-mdcheck
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
0 2 23 * * root /usr/bin/mdcheck --duration "06:00"
0 2 1-22,24-31 * * root /usr/bin/mdcheck --continue --duration "06:00"

0 comments on commit ee0e0e5

Please sign in to comment.