diff options
| author | Matej Cepl <mcepl@redhat.com> | 2014-06-26 05:07:11 -0300 | 
|---|---|---|
| committer | dequis <dx@dxzone.com.ar> | 2014-06-26 05:07:11 -0300 | 
| commit | 4e4fa932b450eae70e102abe8f2daeffe60e4614 (patch) | |
| tree | 0e481e9df83b4df2e141e5e22808a5b98753be50 | |
| parent | 04e2a05051747cea98fabb7a1232a8e64b1e4a68 (diff) | |
doc/bitlbee.xinetd: Move -I to server_args
| -rw-r--r-- | doc/bitlbee.xinetd | 11 | 
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  } | 
