From 16dc05568be6b3ec148da465bc46245859590347 Mon Sep 17 00:00:00 2001 From: Max Dor Date: Wed, 28 Jun 2017 13:37:08 +0200 Subject: [PATCH] Fix wrong path in install instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f80a0c9..25f48f8 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ After [building](#build) the software, run all the following commands as `root` 5. Make it executable: `chmod a+x /usr/bin/mxisd` 6. Copy (or create a new) `./application.yaml` to `/etc/mxis/mxisd.yaml` 7. Configure `/etc/mxis/mxisd.yaml` with production value, `key.path` being the most important - `/etc/mxis/mxisd-signing.key` is recommended -8. Copy `/main/systemd/mxisd.service` to `/etc/systemd/system/` and edit if needed +8. Copy `/src/main/systemd/mxisd.service` to `/etc/systemd/system/` and edit if needed 9. Enable service: `systemctl enable mxisd` 10. Start service: `systemctl start mxisd`