#
# The Internet secure UUCP service.
#
# Find UUCP config examples at /usr/share/doc/packages/uucp/cfg_example/
# There are also the suucp-*.conf files required for a stunnel driven SUUCP
# client and server configuration.
service suucp
{
    disable	= yes
    socket_type	= stream
    protocol	= tcp
    wait	= no
    user	= uucp
    server	= /usr/sbin/stunnel
    server_args	= /etc/uucp/suucp-server.conf
}
