aboutsummaryrefslogtreecommitdiffstats
path: root/modules/rsyncd/templates/xinetd
diff options
context:
space:
mode:
Diffstat (limited to 'modules/rsyncd/templates/xinetd')
-rw-r--r--modules/rsyncd/templates/xinetd12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/rsyncd/templates/xinetd b/modules/rsyncd/templates/xinetd
new file mode 100644
index 00000000..46a3fd33
--- /dev/null
+++ b/modules/rsyncd/templates/xinetd
@@ -0,0 +1,12 @@
+# $Id: xinetd 319 2009-02-28 17:05:16Z guillomovitch $
+service rsync
+{
+ disable = no
+ socket_type = stream
+ wait = no
+ user = root
+ server = /usr/bin/rsync
+ server_args = --daemon
+ log_on_failure += USERID
+}
+