This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
fidohub/xinetd.d/fido

12 lines
274 B
Plaintext

service fido
{
socket_type = stream
protocol = tcp
flags = IPv6
wait = no
user = root
instances = 10
server = /usr/sbin/qico
server_args = -aauto
}