archboot/etc/remote/rsync_xinetd

12 lines
338 B
Text
Raw Normal View History

2007-05-13 19:50:46 +02:00
service rsync
{
socket_type = stream
wait = no
user = root
server = /usr/bin/rsync
server_args = --daemon
log_on_success += HOST DURATION
log_on_failure += HOST
disable = yes
}