diff options
Diffstat (limited to 'systemd/pacdbserve.service')
-rw-r--r-- | systemd/pacdbserve.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/pacdbserve.service b/systemd/pacdbserve.service index fcde113..09d1792 100644 --- a/systemd/pacdbserve.service +++ b/systemd/pacdbserve.service @@ -5,7 +5,7 @@ After=network.target [Service] User=nobody Group=nobody -ExecStart=/usr/bin/darkhttpd /var/lib/pacman/sync/ --port 7079 +ExecStart=/usr/bin/darkhttpd /var/lib/pacman/sync/ --ipv6 --port 7079 --no-listing ProtectSystem=full ProtectHome=on PrivateDevices=on |