summaryrefslogtreecommitdiffstats
path: root/database/firebird/xinetd/firebird
diff options
context:
space:
mode:
Diffstat (limited to 'database/firebird/xinetd/firebird')
-rwxr-xr-xdatabase/firebird/xinetd/firebird18
1 files changed, 18 insertions, 0 deletions
diff --git a/database/firebird/xinetd/firebird b/database/firebird/xinetd/firebird
new file mode 100755
index 0000000000..eaee292476
--- /dev/null
+++ b/database/firebird/xinetd/firebird
@@ -0,0 +1,18 @@
+# default: on
+# description: Firebird Classic Server
+#
+# Be careful when commenting out entries in this file.
+# Active entry should be first as some scripts
+# (CSchangeRunUser.sh in particular) use sed scripting
+# to modify it.
+service gds_db
+{
+ flags = REUSE
+ socket_type = stream
+ wait = no
+ user = firebird
+ log_on_success += USERID
+ log_on_failure += USERID
+ server = /usr/firebird/bin/fb_inet_server
+ disable = no
+}