diff options
author | Christian Hesse <mail@eworm.de> | 2018-07-04 13:59:24 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-07-04 16:19:34 +0200 |
commit | a834db5dc933a4b48c8323ae3e490448a86b448f (patch) | |
tree | 7fb8f9a7ac526633999ee47adb6f533cec3d7e5a /README.md | |
parent | ad79ff8b22318c22eb25a157d5e2a210afa77de6 (diff) | |
download | pacredir-a834db5dc933a4b48c8323ae3e490448a86b448f.tar.gz pacredir-a834db5dc933a4b48c8323ae3e490448a86b448f.tar.zst |
use private bind mounts for pacserve, remove pacdbservesystemd-v233
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.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |