#
# cron.d/oar-node -- schedules periodic checks of the local node by running
# every scripts of the /etc/oar/check.d directory, if any.
#

# By default, run every hours
0 * * * * root if [ ! -d /run/systemd/system ] && [ -x /usr/sbin/oarnodecheckrun ]; then /usr/sbin/oarnodecheckrun; fi
