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

[Service]
Type=simple
# Shutdown can be somewhat sluggish on low-end devices like the RPi.
TimeoutSec=90
SuccessExitStatus=143
User=cpcache
Group=cpcache
ExecStart=/usr/share/cpcache/bin/cpcache start
ExecStop=/usr/share/cpcache/bin/cpcache stop

[Install]
WantedBy=multi-user.target