#############################################################################################
# this file is for custom groovix cron jobs only.  default stuff goes into groovix-server
#############################################################################################

# Example of job definition:
# .---------------- minute (0 - 59)
# |  .------------- hour (0 - 23)
# |  |  .---------- day of month (1 - 31)
# |  |  |  .------- month (1 - 12) OR jan,feb,mar,apr ...
# |  |  |  |  .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# |  |  |  |  |
# *  *  *  *  * user-name command to be executed

#############################################################################################

#daily print reports
#55 20 * * 1-4 root /var/www/groovix/gxrelease/run_daily_report.bash
#55 17 * * 5 root /var/www/groovix/gxrelease/run_daily_report.bash
#55 16 * * 6 root /var/www/groovix/gxrelease/run_daily_report.bash
#55 15 * * 7 root /var/www/groovix/gxrelease/run_daily_report.bash


#start apt-mirror
#00 10 * * * root apt-mirror

#stop apt-mirror
#0 5 * * * root killall apt-mirror
#1 5 * * * root killall -9 apt-mirror
#2 5 * * * root killall wget
#3 5 * * * root rm /home/apt-mirror/var/apt-mirror.lock

