taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

rsyncd.conf (340B)


      1 max connections = 8
      2 log file = /home/aptbuilder/.local/var/log/rsync.log
      3 lock file = /home/aptbuilder/.local/var/run/rsyncd.lock
      4 timeout = 300
      5 use chroot = no
      6 
      7 [incoming_packages]
      8         comment = Inbox for CI APT Packages
      9         path = /home/aptbuilder/incoming
     10         read only = no
     11         #uid = aptbuilder
     12         #gid = aptbuilder