Changeset 4e4fa93
- Timestamp:
- 2014-06-26T08:07:11Z (10 years ago)
- Branches:
- master
- Children:
- f287f04
- Parents:
- 04e2a05
- git-author:
- Matej Cepl <mcepl@…> (26-06-14 08:07:11)
- git-committer:
- dequis <dx@…> (26-06-14 08:07:11)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/bitlbee.xinetd
r04e2a05 r4e4fa93 6 6 service ircd 7 7 { 8 disable = yes 8 9 socket_type = stream 9 10 protocol = tcp 10 11 wait = no 11 12 12 ## You most likely want to change these two13 user = nobody14 server = /usr/local/sbin/bitlbee-I13 user = bitlbee 14 server = /usr/sbin/bitlbee 15 server_args = -I 15 16 16 17 ## You might want to limit access to localhost only: 17 #bind = 127.0.0.118 bind = 127.0.0.1 18 19 19 20 ## Thanks a lot to friedman@splode.com for telling us about the type … … 22 23 type = UNLISTED 23 24 port = 6667 25 26 log_on_failure += USERID 24 27 }
Note: See TracChangeset
for help on using the changeset viewer.