taler-deployment

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

commit a6cc0d2a25bbade1ab780b13792c5e0dd91a1323
parent 0a9d31fb8bf04d96f50d112183984d9696605c0a
Author: Devan Carpenter <devan@taler.net>
Date:   Wed, 12 Feb 2025 13:28:00 +0100

head: we don't run rysnc service anymore

Diffstat:
Dhead.taler.net/rsyncd.conf | 13-------------
Dhead.taler.net/rsyncd.service | 12------------
2 files changed, 0 insertions(+), 25 deletions(-)

diff --git a/head.taler.net/rsyncd.conf b/head.taler.net/rsyncd.conf @@ -1,13 +0,0 @@ -max connections = 4 -log file = /home/head/.local/var/log/rsync.log -lock file = /home/head/.local/var/run/rsyncd.lock -timeout = 300 -use chroot = no - -[incoming] - comment = Inbox for head.taler.net images - path = /home/head/incoming - read only = no - write only = no - #uid = head - #gid = head diff --git a/head.taler.net/rsyncd.service b/head.taler.net/rsyncd.service @@ -1,12 +0,0 @@ -[Unit] -Description=fast remote file copy program daemon -ConditionPathExists=/home/head/.config/rsyncd.conf -Documentation=man:rsync(1) man:rsyncd.conf(5) - -[Service] -ExecStart=/usr/bin/rsync --daemon --no-detach --address 127.0.0.1 --port 424240 --config=/home/head/.config/rsyncd.conf -RestartSec=1 -Restart=on-failure - -[Install] -WantedBy=default.target