From a1f6c9f0b4e870bf58131bc7fd01002f7049b624 Mon Sep 17 00:00:00 2001 From: Lincoln Bryant Date: Mon, 24 Jun 2024 14:43:58 -0500 Subject: [PATCH] I think this is actuall working but user jobs are just broken --- condor/01-nodechk.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/condor/01-nodechk.conf b/condor/01-nodechk.conf index d982c33..a466db1 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)