summaryrefslogtreecommitdiffstats
path: root/abs/extra/rsync/rsync.xinetd
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/rsync/rsync.xinetd')
-rw-r--r--abs/extra/rsync/rsync.xinetd11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra/rsync/rsync.xinetd b/abs/extra/rsync/rsync.xinetd
new file mode 100644
index 0000000..f5b6b1e
--- /dev/null
+++ b/abs/extra/rsync/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
+}