diff options
Diffstat (limited to 'config-service-repo.PKGBUILD')
-rw-r--r-- | config-service-repo.PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config-service-repo.PKGBUILD b/config-service-repo.PKGBUILD index d66c122..9cb64e1 100644 --- a/config-service-repo.PKGBUILD +++ b/config-service-repo.PKGBUILD @@ -1,5 +1,5 @@ . ${BUILDFILE%/*}/common.sh -pkgver=20170203.4 +pkgver=20170204 provides=(pacman-mirrorlist) conflicts=(pacman-mirrorlist) @@ -130,6 +130,8 @@ add-unit etc/systemd/system/sockets.target.wants/rsyncd.socket add-file -m644 usr/share/holo/files/10-"$pkgname"/etc/rsyncd.conf <<EOF # The uid, port, et c. are configured in the systemd units. +use chroot = no + [repos] path = /srv/repo/main comment = Parabola repos |