rsyncd.conf-3.0.9-r1 449 B

12345678910111213141516
  1. # /etc/rsyncd.conf
  2. # Minimal configuration file for rsync daemon
  3. # See rsync(1) and rsyncd.conf(5) man pages for help
  4. # This line is required by the /etc/init.d/rsyncd script
  5. pid file = @GENTOO_PORTAGE_EPREFIX@/run/rsyncd.pid
  6. use chroot = yes
  7. read only = yes
  8. # Simple example for enabling your own local rsync server
  9. #[gentoo-portage]
  10. # path = @GENTOO_PORTAGE_EPREFIX@/usr/portage
  11. # comment = Gentoo Portage tree
  12. # exclude = /distfiles /packages