From a02accf04c1d77664776805d22557c116a58f9c6 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Wed, 4 Apr 2012 14:53:26 -0700 Subject: [PATCH] add some documentation --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..e043970 --- /dev/null +++ b/README @@ -0,0 +1,10 @@ +You'll need to add something like the following to your condor local +See: +http://research.cs.wisc.edu/condor/manual/v7.6/4_4Hooks.html +For documentation + +STARTD_CRON_JOBLIST = $(STARTD_CRON_JOBLIST) castor_load +STARTD_CRON_CASTOR_LOAD_MODE = Periodic +STARTD_CRON_CASTOR_LOAD_EXECUTABLE = /usr/local/bin/castor_load +STARTD_CRON_CASTOR_LOAD_PERIOD=60s +STARTD_CRON_CASTOR_LOAD_LOAD=1 -- 2.30.2