aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl17
1 files changed, 10 insertions, 7 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 5e75cee..e7713ab 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,10 +1,13 @@
# Schedule definitions for thorn IsoSurfacer
# $Header$
-# schedule IsoSurfacer_Startup at STARTUP before (Webserver_Startup)
+# schedule IsoSurfacer_Startup at STARTUP
-#if (*isosurfacer != '\0') {
- schedule IsoSurfacer_Startup at STARTUP
- {
- LANG:C
- } "Startup routine"
-#}
+schedule IsoSurfacer_Startup at STARTUP
+{
+ LANG:C
+} "Startup routine"
+
+schedule IsoSurfacer_Worker at POSTSTEP
+{
+ LANG:C
+} "Polling routine"