d553514cb7
This PS configures swift-rsyncd process to use non-default port from the range above 1024. Change-Id: I7c37c548a5185a2ffac789383fe012619e401131 Closes-Bug: #1573137
12 lines
327 B
Django/Jinja
12 lines
327 B
Django/Jinja
{
|
|
"command": "/usr/bin/rsync --daemon --no-detach --port={{swift_rsync_port}} --config=/etc/rsyncd.conf",
|
|
"config_files": [
|
|
{
|
|
"source": "{{ container_config_directory }}/rsyncd.conf",
|
|
"dest": "/etc/rsyncd.conf",
|
|
"owner": "swift",
|
|
"perm": "0640"
|
|
}
|
|
]
|
|
}
|