aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/pacdbserve.service
blob: c599af01008223323467a50e0c66758e2eac2b4d (plain) (blame)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Darkhttpd to serve pacman db files
After=network.target

[Service]
ExecStart=/usr/bin/darkhttpd /var/lib/pacman/sync/ --port 7079

[Install]
WantedBy=multi-user.target