cleaned up some example crontabs
[feisty_meow.git] / infobase / configuration / cron / aa_cron_defaults.crontab
index dd12c80a7ece84195c4ae8fdb29c71b3763baa68..a33b2fc3fe5cfea646c0bb414a3703f125072899 100644 (file)
@@ -1,5 +1,5 @@
 
-#[aa cron defaults]
+#[aa_cron_defaults]
 #
 # cron default bits to add at top of crontab...
 # by fred t. hamster, GNU GPL v3 license.
 # 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=fred
+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; 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:
 #
 # below is the short form key to the crontab positional entries for times:
@@ -57,10 +62,5 @@ SHELL=/bin/bash
 # 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 $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; perl $FEISTY_MEOW_SCRIPTS/text/new_sig.pl) &>>/tmp/${CRONUSER}-cron-nechung_fortune.log
-
+##############