X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=infobase%2Fconfiguration%2Fcron%2Faa_cron_defaults.crontab;h=a6ba68498d914f3371f7be7234ffc7a9d33e7f5d;hb=37cab48c3be29e1b41929cae3f5fb63d65fd344e;hp=375d1d388bab757c548423abfb7a2c7303993cd9;hpb=9e16ea295a7e829abc73c952578b743aa55654b4;p=feisty_meow.git diff --git a/infobase/configuration/cron/aa_cron_defaults.crontab b/infobase/configuration/cron/aa_cron_defaults.crontab index 375d1d38..a6ba6849 100644 --- a/infobase/configuration/cron/aa_cron_defaults.crontab +++ b/infobase/configuration/cron/aa_cron_defaults.crontab @@ -14,16 +14,15 @@ # HOME, which is pretty lucky for us... # please change the name to the user running the cronjob, or to whatever # unique string you'd like to use: -CRONUSER=FILL_CRONUSER_HERE +CRONUSER=FILL-CRONUSER-HERE # set the shell to bash. (not the default for some cron implementations.) SHELL=/bin/bash -# set the top-level folder for feisty meow here, since cron gets almost -# nothing from the user's environment. this folder needs to be updated for -# your own particular install location. -#FEISTY_MEOW_APEX=$HOME/feisty_meow -FEISTY_MEOW_APEX=/usr/local/fred/feisty_meow +# set the top-level folder for feisty meow here; important because cron gets +# almost nothing from the user's environment. this folder needs to be updated +# for your own particular install location. +FEISTY_MEOW_APEX=/opt/feistymeow.org/feisty_meow # crontab miniature docs: # @@ -63,10 +62,5 @@ FEISTY_MEOW_APEX=/usr/local/fred/feisty_meow # below is a live example which we almost always include, so it's embedded # here for convenience. -#[nechung fortune] -# runs every minute and recreates a fortune for thunderbird signature. -# a lot of the detail below is to get the feisty meow environment loaded for -# the new_sig command. -* * * * * (source $FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh; perl $FEISTY_MEOW_SCRIPTS/text/new_sig.pl) &>>/tmp/${CRONUSER}-cron-nechung_fortune.log - +##############