diff --git a/README.md b/README.md index 8d6a2d0..8ea3468 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ ln -s /opt/mxisd/mxisd.jar /usr/bin/mxisd 2. Copy the config file created earlier `./application.yaml` to `/etc/mxisd/mxisd.yaml` 3. Configure `/etc/mxisd/mxisd.yaml` with production value, `key.path` being the most important - `/var/opt/mxisd/signing.key` is recommended -4. Copy `/src/main/systemd/mxisd.service` to `/etc/systemd/system/` and edit if needed +4. Copy `/src/systemd/mxisd.service` to `/etc/systemd/system/` and edit if needed 5. Manage service for auto-startup ``` # Enable service diff --git a/src/main/systemd/mxisd.service b/src/systemd/mxisd.service similarity index 100% rename from src/main/systemd/mxisd.service rename to src/systemd/mxisd.service