# default: off
# description: The rsync server is a good
#       addition to an ftp server, as it 
#       allows crc check summing etc.
service rsync
{
        log_on_failure += USERID
        socket_type = stream
        user = root
        server = /usr/bin/rsync
        server_args = --daemon
        wait = no
        only_from = 10.0.0.0
        disable = yes	
}
# This "only_from = 10.0.0.0" Covers this network.
# Enter the IP or range of which machine can access this sever.