diff --git a/xinetd.d/nntp b/xinetd.d/nntp new file mode 100644 index 0000000..59ecc27 --- /dev/null +++ b/xinetd.d/nntp @@ -0,0 +1,10 @@ +service nntp +{ + socket_type = stream + protocol = tcp + flags = IPv6 + wait = no + user = mbse + instances = 10 + server = /opt/mbse/bin/mbnntp +}