aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/pacserve.service
blob: 1e414db92556b8c97892270c6baa1fa022345ab7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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