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

[Service]
Type=simple
KillMode=process
TimeoutSec=10
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