xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rsync/files/rsyncd.conf (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# /etc/rsyncd.conf
2
3# Minimal configuration file for rsync daemon
4# See rsync(1) and rsyncd.conf(5) man pages for help
5
6# This file is required by rsync --daemon
7pid file = /var/run/rsyncd.pid
8use chroot = yes
9read only = yes
10
11# Simple example for enabling your own local rsync server
12#[everything]
13#	path = /
14#	comment = Everything except /etc exposed
15#	exclude = /etc
16