aboutsummaryrefslogtreecommitdiffstats
[Unit]
Description=Darkhttpd to serve pacman cache
After=network.target

[Service]
ExecStart=/usr/bin/pacserve /var/cache/pacman/pkg/ --ipv6 --port 7078 --no-listing
DynamicUser=on
ProtectSystem=full
ProtectHome=on
PrivateDevices=on
NoNewPrivileges=on

[Install]
WantedBy=multi-user.target