From a834db5dc933a4b48c8323ae3e490448a86b448f Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 4 Jul 2018 13:59:24 +0200 Subject: use private bind mounts for pacserve, remove pacdbserve We want just one service to serve database files and package archives. Private bind mounts make both available to pacserve. This alse removes some complexity in pacredir. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index be44d41..2b44c7b 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ Additionally systemd service files are installed to Usage ----- -Enable systemd services `pacserve`, `pacdbserve` and `pacredir`, open TCP -ports `7078` and `7079` and add the following line to your repository +Enable systemd services `pacserve` and `pacredir`, open TCP +port `7078` and add the following line to your repository definitions in `pacman.conf`: > Include = /etc/pacman.d/pacredir -- cgit v1.2.3-54-g00ecf