summaryrefslogtreecommitdiffstats
path: root/abs/extra/rsync/rsync.xinetd
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 20:47:16 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 20:47:16 (GMT)
commit86c8c6ce49e4d7e19e372655f8ba34463a6971d1 (patch)
treef7545c086530d733f64215d3af374f17fcdcf132 /abs/extra/rsync/rsync.xinetd
parent4fb8f045fa01f28e5b31c3b821145365f5710e36 (diff)
downloadlinhes_pkgbuild-86c8c6ce49e4d7e19e372655f8ba34463a6971d1.zip
linhes_pkgbuild-86c8c6ce49e4d7e19e372655f8ba34463a6971d1.tar.gz
linhes_pkgbuild-86c8c6ce49e4d7e19e372655f8ba34463a6971d1.tar.bz2
rysnc 3.0.9
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
+}