mirror of
https://github.com/saltstack-formulas/rsyncd-formula.git
synced 2024-11-27 20:57:49 +01:00
14 lines
276 B
Plaintext
14 lines
276 B
Plaintext
rsyncd:
|
|
secrets:
|
|
user: mypassword
|
|
config: |
|
|
uid = nobody
|
|
gid = nobody
|
|
use chroot = yes
|
|
max connections = 4
|
|
syslog facility = local5
|
|
pid file = /var/run/rsyncd.pid
|
|
[ftp]
|
|
path = /var/ftp/./pub
|
|
comment = whole ftp area (approx 6.1 GB)
|