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

[Service]
ExecStart=/usr/bin/pacdbserve /var/lib/pacman/sync/ --ipv6 --port 7079 --no-listing
DynamicUser=on
ProtectSystem=full
ProtectHome=on
PrivateDevices=on
NoNewPrivileges=on

[Install]
WantedBy=multi-user.target