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/sys-freebsd/freebsd-lib/files/rquotad.xinetd

12 lines
162 B

service rquotad
{
type = rpc
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/libexec/rpc.rquotad
rpc_version = 1
disabled = yes
}