taler-deployment

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

rsyncd.service (367B)


      1 [Unit]
      2 Description=fast remote file copy program daemon
      3 ConditionPathExists=/home/coverage-www/.config/rsyncd.conf
      4 Documentation=man:rsync(1) man:rsyncd.conf(5)
      5 
      6 [Service]
      7 ExecStart=/usr/bin/rsync --daemon --no-detach --address 127.0.0.1 --port 424243 --config=/home/coverage-www/.config/rsyncd.conf
      8 RestartSec=1
      9 Restart=on-failure
     10 
     11 [Install]
     12 WantedBy=default.target