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

[Service]
User=nobody
Group=nobody
ExecStart=/usr/bin/darkhttpd /var/cache/pacman/pkg/ --port 7078
ProtectSystem=full
ProtectHome=on
PrivateDevices=on
NoNewPrivileges=on

[Install]
WantedBy=multi-user.target