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

[Service]
Type=simple
# Shutdown can be somewhat sluggish on low-end devices like the RPi.
TimeoutSec=30
SuccessExitStatus=143
KillMode=process
User=cpcache
Group=cpcache
Environment="ELIXIR_ERL_OPTIONS=-sname cpcache -mnesia dir '/var/cache/cpcache/mnesia'"
ExecStart=/usr/share/cpcache/bin/cpcache foreground

[Install]
WantedBy=multi-user.target