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

[Service]
Type=simple
User=cpcache
Group=cpcache
ExecStart=/usr/share/cpcache/bin/cpcache foreground

[Install]
WantedBy=multi-user.target