Changeset 4e4fa93


Ignore:
Timestamp:
2014-06-26T08:07:11Z (10 years ago)
Author:
dequis <dx@…>
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)
Message:

doc/bitlbee.xinetd: Move -I to server_args

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/bitlbee.xinetd

    r04e2a05 r4e4fa93  
    66service ircd
    77{
     8        disable = yes
    89        socket_type     = stream
    910        protocol        = tcp
    1011        wait            = no
    1112       
    12         ## You most likely want to change these two
    13         user            = nobody
    14         server          = /usr/local/sbin/bitlbee -I
     13        user            = bitlbee
     14        server          = /usr/sbin/bitlbee
     15        server_args     = -I
    1516       
    1617        ## You might want to limit access to localhost only:
    17         # bind            = 127.0.0.1
     18        bind            = 127.0.0.1
    1819       
    1920        ## Thanks a lot to friedman@splode.com for telling us about the type
     
    2223        type            = UNLISTED
    2324        port            = 6667
     25
     26        log_on_failure  += USERID
    2427}
Note: See TracChangeset for help on using the changeset viewer.