summarylogtreecommitdiffstats
path: root/cpcache.service
diff options
context:
space:
mode:
authornroi2019-04-23 22:31:42 +0200
committernroi2019-04-23 22:31:42 +0200
commit5f7cadd488d0fe04c0a6265d87d18ebdf7f8b553 (patch)
tree8084a6f1558e2da65139f1b996ea940b04fecb4c /cpcache.service
parent926a870fc7f529a8aa1173c87e48d89d48bad465 (diff)
downloadaur-5f7cadd488d0fe04c0a6265d87d18ebdf7f8b553.tar.gz
Remove unused environment variable
Diffstat (limited to 'cpcache.service')
-rw-r--r--cpcache.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpcache.service b/cpcache.service
index d8fa6f5a8df3..72fb017cfe6c 100644
--- a/cpcache.service
+++ b/cpcache.service
@@ -9,7 +9,7 @@ TimeoutSec=90
SuccessExitStatus=143
User=cpcache
Group=cpcache
-Environment="ELIXIR_ERL_OPTIONS=-sname cpcache -mnesia dir '/var/cache/cpcache/mnesia'"
+Environment="ELIXIR_ERL_OPTIONS=-sname cpcache"
ExecStart=/usr/share/cpcache/bin/cpcache foreground
ExecStop=/usr/share/cpcache/bin/cpcache stop