#------------------------------------------------------------------------------ # /etc/config.d/cron - configuration file for cron # # Creation: 2008-11-06 jv # Last Update: $Id: cron-update.sh,v 1.1 2008-11-06 21:48:07 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' # command to start with cron #------------------------------------------------------------------------------ # End #------------------------------------------------------------------------------