mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-28 21:02:25 +01:00
11 lines
242 B
Plaintext
11 lines
242 B
Plaintext
# /etc/rsyncd.conf
|
|
|
|
# Minimal configuration file for rsync daemon
|
|
# See rsync(1) and rsyncd.conf(5) man pages for help
|
|
|
|
# This line is required by the /etc/init.d/rsyncd script
|
|
pid file = /var/run/rsyncd.pid
|
|
use chroot = yes
|
|
read only = yes
|
|
|