#
# Regular cron jobs for the wp-mirror package
#
# 0) This cron job will not run if the PID file is found, because
#    presence of the PID file indicates that another instance may be running.
#
#m h dom mon dow user command
 5 1  *   *   0  root [ -x /usr/bin/wp-mirror ] && ! [ -e /var/run/wp-mirror.pid ] && /usr/bin/wp-mirror

