summaryrefslogtreecommitdiffstats
path: root/repoman/etc
diff options
context:
space:
mode:
Diffstat (limited to 'repoman/etc')
-rw-r--r--repoman/etc/rsyncd.conf14
-rw-r--r--repoman/etc/rsyncd.secrets1
2 files changed, 15 insertions, 0 deletions
diff --git a/repoman/etc/rsyncd.conf b/repoman/etc/rsyncd.conf
new file mode 100644
index 00000000..cc6f7c14
--- /dev/null
+++ b/repoman/etc/rsyncd.conf
@@ -0,0 +1,14 @@
+max connections = 2
+log file = /var/log/rsync.log
+timeout = 300
+
+ [imagenes]
+ comment = Carpeta de imagenes
+ path = /opt/opengnsys/client/images
+ read only = no
+ list = yes
+ uid = root
+ gid = root
+ auth users = usuog
+ secrets file = /etc/rsyncd.secrets
+
diff --git a/repoman/etc/rsyncd.secrets b/repoman/etc/rsyncd.secrets
new file mode 100644
index 00000000..3724a2f6
--- /dev/null
+++ b/repoman/etc/rsyncd.secrets
@@ -0,0 +1 @@
+usuog:passusuog