rsync/rsync.xinetd
cvsdist d184d48c20 auto-import changelog data from rsync-2.4.6-2.src.rpm
* Sat Sep 30 2000 Florian La Roche <Florian.LaRoche@redhat.de>
- add xinetd configuration

* Tue Sep 26 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 2.4.6
2004-09-09 11:54:21 +00:00

14 lines
317 B
Plaintext

# default: off
# description: The rsync server is a good addition to am ftp server, as it \
# allows crc checksumming etc.
service rsync
{
disable = yes
socket_type = stream
wait = no
user = root
server = /usr/bin/rsync
server_args = --daemon
log_on_failure += USERID
}