You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-nntp/leafnode/files/leafnode.xinetd

13 lines
230 B

# default: off
# description: Leafnode - accepts connections on port 119 (NNTP)
service nntp
{
socket_type = stream
protocol = tcp
wait = no
user = news
server = /usr/sbin/leafnode
disable = yes
}