summarylogtreecommitdiffstats
path: root/rsync.xinetd
diff options
context:
space:
mode:
authorChristian Hesse2021-01-17 21:02:22 +0100
committerChristian Hesse2021-01-17 21:02:22 +0100
commite12c5c8a4841da28a434d07d1f9d7f18777d0a7b (patch)
treeffff5e0f6bb2c1f7ce49d74f8fabd8da4f215b59 /rsync.xinetd
parenta7c83a7add9fc0f2d9c61c01b31f484c988ab794 (diff)
downloadaur-rsync-git.tar.gz
commit rsync-git 3.2.3.r47.gec1d5d56-1
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
-}