diff options
Diffstat (limited to 'main/rsync/rsyncd.conf')
-rw-r--r-- | main/rsync/rsyncd.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/rsync/rsyncd.conf b/main/rsync/rsyncd.conf new file mode 100644 index 000000000..b6dd5994d --- /dev/null +++ b/main/rsync/rsyncd.conf @@ -0,0 +1,10 @@ +# /etc/rsyncd.conf + +# Minimal configuration file for rsync daemon +# See rsync(1) and rsyncd.conf(5) man pages for help + +# This line is required by the /etc/init.d/rsyncd script +pid file = /var/run/rsyncd.pid +use chroot = yes +read only = yes + |