summarylogtreecommitdiffstats
path: root/pkgdistcached.service
blob: 5827192dabc54cf16b54b1c855437c66a1c73d14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[Unit]
Description=Distributed pacman package cache

[Service]
ExecStart=/usr/bin/pkgdistcache-daemon -F
User=nobody
Group=nobody
NoNewPrivileges=yes
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=strict
ProtectHome=yes
ProtectControlGroups=yes
ProtectKernelTunables=yes
MemoryDenyWriteExecute=yes
RestrictRealtime=yes
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6

[Install]
WantedBy=multi-user.target