##----------------------------------------------------------------------------- ## easyEASYCRON.txt - fli4l configuration parameters __FLI4LVER__ ## ## ## Creation: 08.11.2001 fm ## Last Update: $Id$ ## ## Copyright (c) 2001-2011 - Stephan Manske, fli4l-Team - team@fli4l.de ## ## 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. ##----------------------------------------------------------------------------- # #------------------------------------------------------------------------------ # Optional package: EASYCRON #------------------------------------------------------------------------------ OPT_EASYCRON='no' # install crond: yes or no EASYCRON_MAIL='no' # enable/disable Mail from crond EASYCRON_N='0' # number of command/times EASYCRON_1_CUSTOM='' # custom cron command EASYCRON_1_COMMAND='...' # command EASYCRON_1_TIME='* * * * *' # time (min hour day month weekday) # example for hanging up and dialing the pppoe-circuit every day at 03:05am # names for circuit: pppoe, ippp[1-9], ppp[1-9] EASYCRON_2_CUSTOM='' EASYCRON_2_COMMAND='fli4lctrl hangup pppoe; sleep 5; fli4lctrl dial pppoe' EASYCRON_2_TIME='5 3 * * *'