16 lines
297 B
YAML
16 lines
297 B
YAML
|
---
|
||
|
rsync:
|
||
|
enabled: true
|
||
|
config:
|
||
|
global:
|
||
|
uid: 'root'
|
||
|
gid: 'root'
|
||
|
use chroot: 'no'
|
||
|
max connections: 4
|
||
|
syslog facility: 4
|
||
|
pid file: '/var/run/rsyncd.pid'
|
||
|
sections:
|
||
|
- name: 'tmp'
|
||
|
settings:
|
||
|
path: '/tmp'
|
||
|
read only: 'yes'
|