summarylogtreecommitdiffstats
path: root/cpcache.service
diff options
context:
space:
mode:
authornroi2019-08-18 19:39:39 +0200
committernroi2019-08-18 19:39:39 +0200
commit5eafb9afd15ce31893195ca229d2d2b4910f30ea (patch)
tree5281c9e27aa1a51031cc3786d5585d42a515d91f /cpcache.service
parentde4dcda5d4ea5df9d6dd3097fcb0c77547cd032e (diff)
downloadaur-5eafb9afd15ce31893195ca229d2d2b4910f30ea.tar.gz
Various fixes required by Elixir 1.9
See also: https://github.com/nroi/cpcache/issues/21
Diffstat (limited to 'cpcache.service')
-rw-r--r--cpcache.service3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpcache.service b/cpcache.service
index 72fb017cfe6c..227e00716e3e 100644
--- a/cpcache.service
+++ b/cpcache.service
@@ -9,8 +9,7 @@ TimeoutSec=90
SuccessExitStatus=143
User=cpcache
Group=cpcache
-Environment="ELIXIR_ERL_OPTIONS=-sname cpcache"
-ExecStart=/usr/share/cpcache/bin/cpcache foreground
+ExecStart=/usr/share/cpcache/bin/cpcache start
ExecStop=/usr/share/cpcache/bin/cpcache stop
[Install]