aboutsummaryrefslogtreecommitdiffstats
path: root/doc/bitlbee.xinetd
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bitlbee.xinetd')
-rw-r--r--doc/bitlbee.xinetd11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/bitlbee.xinetd b/doc/bitlbee.xinetd
index b01e8005..e5a52ba1 100644
--- a/doc/bitlbee.xinetd
+++ b/doc/bitlbee.xinetd
@@ -5,20 +5,23 @@
## don't work, check that file first.
service ircd
{
+ disable = yes
socket_type = stream
protocol = tcp
wait = no
- ## You most likely want to change these two
- user = nobody
- server = /usr/local/sbin/bitlbee -I
+ user = bitlbee
+ server = /usr/sbin/bitlbee
+ server_args = -I
## You might want to limit access to localhost only:
- # bind = 127.0.0.1
+ bind = 127.0.0.1
## Thanks a lot to friedman@splode.com for telling us about the type
## argument, so now this file can be used without having to edit
## /etc/services too.
type = UNLISTED
port = 6667
+
+ log_on_failure += USERID
}