xref: /freebsd/contrib/libpcap/rpcapd/rpcapd.xinetd.conf (revision 57e22627f9459b9dfd6043b32e02ecfcf205e176)
1*57e22627SCy Schubertservice rpcap {
2*57e22627SCy Schubert        socket_type = stream
3*57e22627SCy Schubert        protocol = tcp
4*57e22627SCy Schubert        wait = no
5*57e22627SCy Schubert        user = root
6*57e22627SCy Schubert        server = /usr/local/sbin/rpcapd
7*57e22627SCy Schubert        server_args = -i
8*57e22627SCy Schubert}
9