diff --git a/condor/01-nodechk.conf b/condor/01-nodechk.conf index d982c33..3855fc9 100644 --- a/condor/01-nodechk.conf +++ b/condor/01-nodechk.conf @@ -6,4 +6,4 @@ STARTD_CRON_nodecheck_RECONFIG = false STARTD_CRON_nodecheck_KILL = true STARTD_ATTRS = $(STARTD_ATTRS) NodeOnline -#START = ($(START)) && (NodeOnline =?= True) +START = ($(START)) && (NodeOnline =?= True)