mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 02:15:20 +00:00
9dafba9fb6
sls/rsyncd: moved to common; sls/ssl: pki templates were moved to common;
16 lines
286 B
Plaintext
16 lines
286 B
Plaintext
# /etc/rsyncd.conf
|
|
# Managed by salt
|
|
uid = nobody
|
|
gid = nobody
|
|
use chroot = yes
|
|
read only = yes
|
|
max connections = 20
|
|
pid file = /run/rsyncd.pid
|
|
motd file = /etc/rsyncd.motd
|
|
transfer logging = no
|
|
log format = %t %a %m %f %b
|
|
syslog facility = local4
|
|
timeout = 300
|
|
|
|
&include /etc/rsyncd.d
|