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`