summarylogtreecommitdiffstats
path: root/cpcache.service
blob: 05553c905bd223d5940101684739b3800bfb6f03 (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=90
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