[BACK]Return to ngircd.socket CVS log [TXT][DIR] Up to [local] / ircnowd / contrib

Annotation of ircnowd/contrib/ngircd.socket, Revision 1.1

1.1     ! tomglok     1: [Unit]
        !             2: Description=Next Generation IRC Daemon (Socket)
        !             3: Documentation=man:ngircd(8) man:ngircd.conf(5)
        !             4:
        !             5: [Socket]
        !             6: BindIPv6Only=ipv6-only
        !             7: ListenStream=0.0.0.0:6667
        !             8: #ListenStream=[::]:6667
        !             9: IPTOS=low-delay
        !            10:
        !            11: [Install]
        !            12: WantedBy=sockets.target

CVSweb