summaryrefslogtreecommitdiff
path: root/ACE/examples/Service_Configurator/Misc/svc.conf1
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Service_Configurator/Misc/svc.conf1')
-rw-r--r--ACE/examples/Service_Configurator/Misc/svc.conf18
1 files changed, 8 insertions, 0 deletions
diff --git a/ACE/examples/Service_Configurator/Misc/svc.conf1 b/ACE/examples/Service_Configurator/Misc/svc.conf1
new file mode 100644
index 00000000000..2995c61ebe9
--- /dev/null
+++ b/ACE/examples/Service_Configurator/Misc/svc.conf1
@@ -0,0 +1,8 @@
+# Dynamically configure the Timer_Service into the application process
+# and pass in up to 4 arguments. The final 3 arguments are retrieved
+# from environment variables, so they can be set by changing your
+# environment before running the main program. If you don't have
+# these variables set they are ignored.
+dynamic Timer_Service_3 Service_Object *
+ Timer:_make_Timer_Service_3()
+ "timer $INTERVAL $MAX_TIMEOUTS $TRACE"