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

[Service]
ExecStart=/usr/lib/pkgdistcache/pkgdistcache-daemon
DynamicUser=yes
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