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