summaryrefslogtreecommitdiffstats
path: root/chat-irc/bitlbee/xinetd.d/bitlbee
diff options
context:
space:
mode:
Diffstat (limited to 'chat-irc/bitlbee/xinetd.d/bitlbee')
-rw-r--r--chat-irc/bitlbee/xinetd.d/bitlbee16
1 files changed, 16 insertions, 0 deletions
diff --git a/chat-irc/bitlbee/xinetd.d/bitlbee b/chat-irc/bitlbee/xinetd.d/bitlbee
new file mode 100644
index 0000000000..c91f77f8cc
--- /dev/null
+++ b/chat-irc/bitlbee/xinetd.d/bitlbee
@@ -0,0 +1,16 @@
+service ircd-bitlbee
+{
+ type = UNLISTED
+ socket_type = stream
+ protocol = tcp
+ wait = no
+ user = nobody
+ server = /usr/sbin/bitlbee
+ port = 6667
+## uncomment the following if for personal use only
+# interface = localhost
+# per_source = 1
+ log_type = FILE /var/log/xinetd/bitlbee
+ log_on_success = PID HOST USERID EXIT DURATION
+ log_on_failure = USERID ATTEMPT
+}