aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/pacserve.service
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2016-01-27 22:25:16 +0100
committerGravatar Christian Hesse <mail@eworm.de>2016-01-27 22:25:16 +0100
commita3d89d4fb8a82a6425433c59e30fbc7c6b163a50 (patch)
tree99bb711840161d39b70fa16f4066f34a0d7b53e4 /systemd/pacserve.service
parentdcf941b61d25e3ec74c1276845278baade10d736 (diff)
downloadpaccache-a3d89d4fb8a82a6425433c59e30fbc7c6b163a50.tar.gz
paccache-a3d89d4fb8a82a6425433c59e30fbc7c6b163a50.tar.zst
darkhttpd supports IPv6 now, no longer limit to IPv4
Diffstat (limited to 'systemd/pacserve.service')
-rw-r--r--systemd/pacserve.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/pacserve.service b/systemd/pacserve.service
index aaa7cd6..198e931 100644
--- a/systemd/pacserve.service
+++ b/systemd/pacserve.service
@@ -5,7 +5,7 @@ After=network.target
[Service]
User=nobody
Group=nobody
-ExecStart=/usr/bin/darkhttpd /var/cache/pacman/pkg/ --port 7078 --no-listing
+ExecStart=/usr/bin/darkhttpd /var/cache/pacman/pkg/ --ipv6 --port 7078 --no-listing
ProtectSystem=full
ProtectHome=on
PrivateDevices=on