summarylogtreecommitdiffstats
path: root/cpcache.service
blob: dbbdc8209b14c59d2ad5e3b397f8651b1f794b9b (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