gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: aptly: add rsyncd service


From: gnunet
Subject: [taler-deployment] branch master updated: aptly: add rsyncd service
Date: Sat, 18 Jan 2025 01:20:31 +0100

This is an automated email from the git hooks/post-receive script.

dvn pushed a commit to branch master
in repository taler-deployment.

The following commit(s) were added to refs/heads/master by this push:
     new cd4174b  aptly: add rsyncd service
cd4174b is described below

commit cd4174b2e2702b570aca1098fefe7096aef42512
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Sat Jan 18 00:20:06 2025 +0000

    aptly: add rsyncd service
---
 aptly/rsyncd.conf    | 12 ++++++++++++
 aptly/rsyncd.service | 12 ++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/aptly/rsyncd.conf b/aptly/rsyncd.conf
new file mode 100644
index 0000000..c120a04
--- /dev/null
+++ b/aptly/rsyncd.conf
@@ -0,0 +1,12 @@
+max connections = 8
+log file = /home/aptbuilder/.local/var/log/rsync.log
+lock file = /home/aptbuilder/.local/var/run/rsyncd.lock
+timeout = 300
+use chroot = no
+
+[incoming_packages]
+        comment = Inbox for CI APT Packages
+        path = /home/aptbuilder/incoming
+        read only = no
+        #uid = aptbuilder
+        #gid = aptbuilder
diff --git a/aptly/rsyncd.service b/aptly/rsyncd.service
new file mode 100644
index 0000000..840ace2
--- /dev/null
+++ b/aptly/rsyncd.service
@@ -0,0 +1,12 @@
+[Unit]                                                                         
 
+Description=fast remote file copy program daemon
+ConditionPathExists=/home/aptbuilder/.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 
424242 --config=/home/aptbuilder/.config/rsyncd.conf
+RestartSec=1
+Restart=on-failure
+
+[Install]
+WantedBy=default.target

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]