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