summarylogtreecommitdiffstats
path: root/rsync.xinetd
diff options
context:
space:
mode:
authorqwence2016-10-29 02:53:57 -0400
committerqwence2016-10-29 02:53:57 -0400
commitecad9ddc22994dd7f9d1054b29d18a8d0a1f9229 (patch)
treed243014f97d8166778ce8dd64ef6cdc3816ca006 /rsync.xinetd
downloadaur-rsync-fadvise.tar.gz
Initial commit
Diffstat (limited to 'rsync.xinetd')
-rw-r--r--rsync.xinetd11
1 files changed, 11 insertions, 0 deletions
diff --git a/rsync.xinetd b/rsync.xinetd
new file mode 100644
index 000000000000..f5b6b1ed59b5
--- /dev/null
+++ b/rsync.xinetd
@@ -0,0 +1,11 @@
+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
+}