aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 187dd11..a6c787e 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -6,7 +6,7 @@ SCHEDULE HTTP_Startup AT startup
LANG: C
} "HTTP daemon startup"
-SCHEDULE HTTP_Work AT poststep
+SCHEDULE HTTP_Work AT poststep BEFORE IOUtil_UpdateParFile
{
LANG: C
} "HTTP working routine"