rsync.xinetd 338 B

123456789101112
  1. service rsync
  2. {
  3. socket_type = stream
  4. wait = no
  5. user = root
  6. server = /usr/bin/rsync
  7. server_args = --daemon
  8. log_on_success += HOST DURATION
  9. log_on_failure += HOST
  10. disable = yes
  11. }