#----------------------------------------------------------------------------- # /etc/config.d/cron - configuration file for cron # # Creation: 04.03.2005 max # Last Update: $Id$ # # Copyright (c) 2001-2005 Frank Meyer # # 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='1' # number of cron jobs to add CRON_1_TIMES='0 0 * * *' # cron configuration string CRON_1_COMMAND='/usr/sbin/logrotate /etc/logrotate.conf' # command to start with cron #------------------------------------------------------------------------------ # End #------------------------------------------------------------------------------