summaryrefslogtreecommitdiff
path: root/rsync/rsyncd.conf
blob: 02bbdc6cddae7a4297d1da07edcc88bbbc8540b6 (plain)
    1 #
    2 # /etc/rsyncd.conf
    3 #
    4 
    5 pid file = /var/run/rsyncd.pid
    6 log file = /var/log/rsyncd.log
    7 
    8 [test]
    9    path = /tmp
   10    comment = test share for rsyncd
   11    hosts allow = 192.168.0.0/24
   12    read only = true
   13    use chroot = true
   14 
   15 # End of file

Generated by cgit