#----------------------------------------------------------------------------- # /etc/config.d/cron - configuration file for cron # # Creation: 2008-11-06 jv # Last Update: $Id: cron,v 1.1 2008-11-06 20:01:03 jv Exp $ # # Copyright (c) 2001-2008 The Eisfair Team # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #----------------------------------------------------------------------------- #----------------------------------------------------------------------------- # Cron Jobs #----------------------------------------------------------------------------- START_CRON='yes' # start cron: yes or no CRON_N='0' # number of cron jobs to add CRON_1_ACTIVE='yes' # cron activate string CRON_1_TIMES='0 0 * * *' # cron time configuration string CRON_1_USER='root' # cron configuration string CRON_1_COMMAND='/usr/bin/foo /etc/foo.conf' #------------------------------------------------------------------------------ # End #------------------------------------------------------------------------------