summaryrefslogtreecommitdiff
path: root/ACE/rpmbuild/ace-tao-init-suse/fillup-templates/tao-rtevent
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/rpmbuild/ace-tao-init-suse/fillup-templates/tao-rtevent')
-rwxr-xr-xACE/rpmbuild/ace-tao-init-suse/fillup-templates/tao-rtevent24
1 files changed, 24 insertions, 0 deletions
diff --git a/ACE/rpmbuild/ace-tao-init-suse/fillup-templates/tao-rtevent b/ACE/rpmbuild/ace-tao-init-suse/fillup-templates/tao-rtevent
new file mode 100755
index 00000000000..1939fb54500
--- /dev/null
+++ b/ACE/rpmbuild/ace-tao-init-suse/fillup-templates/tao-rtevent
@@ -0,0 +1,24 @@
+## Path: Network/tao-rtevent
+## Description: TAO Event service settings
+#
+## Type string
+## Default: "-ORBDefaultInitRef corbaloc::localhost:2809"
+## ServiceRestart: tao-rtevent
+#
+# Specify desired default initial references arguments
+TAO_RTEVENT_INITREF="-ORBDefaultInitRef corbaloc::localhost:2809"
+
+## Type string
+## Default: "-ORBDefaultInitRef corbaloc::localhost:2809"
+## ServiceRestart: tao-rtevent
+#
+# Enable debug logging, set to "-ORBDebugLevel 10" to enable.
+TAO_RTEVENT_DEBUGLEVEL=""
+
+## Type string
+## Default: "-ORBLogFile /var/log/tao/tao-rtevent.log"
+## ServiceRestart: tao-rtevent
+#
+# Configure log file
+TAO_RTEVENT_LOGFILE="-ORBLogFile /var/log/tao/tao-rtevent.log"
+