summaryrefslogtreecommitdiff
path: root/effireg.service
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-11-14 10:10:41 +0200
committerLars Wirzenius <liw@liw.fi>2018-11-14 10:10:41 +0200
commit86cd8b8694441e9b48520457382be0e07030fdba (patch)
treeaf841c0e6fb99f3089858328277bce697d426acf /effireg.service
parente7cdaf4b79f8153511d3c604f36e93921b4f19c1 (diff)
downloadeffi-reg-86cd8b8694441e9b48520457382be0e07030fdba.tar.gz
Fix: command to start effi
Diffstat (limited to 'effireg.service')
-rw-r--r--effireg.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/effireg.service b/effireg.service
index 8bf1609..7da685e 100644
--- a/effireg.service
+++ b/effireg.service
@@ -7,7 +7,7 @@ Type=simple
User=_effireg
Group=_effireg
WorkingDirectory=/srv/effireg
-ExecStart=/usr/bin/muck_poc /etc/effireg.json
+ExecStart=/srv/effireg/effiapi /etc/effireg.json
KillSignal=QUIT
[Install]