summarylogtreecommitdiffstats
path: root/cpcache.service
diff options
context:
space:
mode:
authornroi2017-01-29 18:55:13 +0100
committernroi2017-01-29 18:55:13 +0100
commit34b8c41ae5d7c09df3a344ad821958831abebbd1 (patch)
tree3eb5874830e07cf3f082dd90427c7f27dcdaeff9 /cpcache.service
parent5392c5ab87d0c1d98ede201da70fe0c3c72debc7 (diff)
downloadaur-34b8c41ae5d7c09df3a344ad821958831abebbd1.tar.gz
Set correct environment in systemd service file
Diffstat (limited to 'cpcache.service')
-rw-r--r--cpcache.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpcache.service b/cpcache.service
index bfb463cca342..8cd2ec86d999 100644
--- a/cpcache.service
+++ b/cpcache.service
@@ -8,6 +8,7 @@ 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]