FFCRON="/usr/share/gforge/cronjobs"
FFUSER=gforge

# Change paths to the GForge directory.
# Don't reference $GFORGE because this won't work!
# You may need to change the pathname to php CLI (command line interface)
#INCLUDE_PATH=/etc/gforge:/usr/share/gforge/:/usr/share/gforge/www:/usr/share/gforge/common
PHP="/usr/bin/php -q -d include_path=.:/etc/gforge:/usr/share/gforge:/usr/share/gforge/www/include"

# Don't mail command output to anyone.
MAILTO=""

#
# Regular cron jobs for the web-apache2 package
#

# Clean cached files older than 60 minutes
25 * * * * root [ -d /var/cache/gforge ] && find /var/cache/gforge/ -type f -and -cmin +60 -exec /bin/rm -f "{}" \; > /dev/null 2>&1

# Enable the virtual hosts
37 7,19 * * * root [ -x /usr/share/gforge/bin/create-vhosts.sh ] && /usr/share/gforge/bin/create-vhosts.sh > /dev/null 2>&1
