PKGBUILDs/core/rsync/rsync.xinetd

12 lines
338 B
Text
Raw Normal View History

2009-09-26 14:35:50 +00:00
service rsync
{
socket_type = stream
wait = no
user = root
2009-09-26 17:10:12 +00:00
server = /opt/bin/rsync
2009-09-26 14:35:50 +00:00
server_args = --daemon
log_on_success += HOST DURATION
log_on_failure += HOST
disable = yes
}