summarylogtreecommitdiffstats
path: root/cpcache.service
blob: bfb463cca3423ecb2872993f756e761800ff1287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=central pacman cache
After=network.target

[Service]
Type=simple
KillMode=process
TimeoutSec=10
User=cpcache
Group=cpcache
ExecStart=/usr/share/cpcache/bin/cpcache foreground

[Install]
WantedBy=multi-user.target