# ----------------------------------------------------------------------------
# AXYL CRON SCHEDULE
# This file is intended to be put into /etc/cron.d/ as filename 'axyl'
# These cron jobs are for the general working of the AXYL website and
# have been installed by Debian postinst. They should NOT be modified.
#
# ----------------------------------------------------------------------------
# Microsite Installer
# This is intended to check for Microsite install requests periodically
# and if so create the appropriate symlinks to 'publish' the micro-site.
# min hr dy m dow user     command
 */5  *  *  *  *  root     /usr/bin/test -x _AXYL_INSTALLATION_DIR_/scripts/cron/pg-microsites-installer.php && _AXYL_INSTALLATION_DIR_/scripts/cron/pg-microsites-installer.php
#