Relocate systemd script (cosmetic)

This commit is contained in:
Maxime Dor
2017-09-02 19:33:33 +02:00
parent 0217f37e5f
commit 6df5ce227d
2 changed files with 1 additions and 1 deletions

View File

@@ -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` 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 3. Configure `/etc/mxisd/mxisd.yaml` with production value, `key.path` being the most important - `/var/opt/mxisd/signing.key` is recommended
4. Copy `<repo root>/src/main/systemd/mxisd.service` to `/etc/systemd/system/` and edit if needed 4. Copy `<repo root>/src/systemd/mxisd.service` to `/etc/systemd/system/` and edit if needed
5. Manage service for auto-startup 5. Manage service for auto-startup
``` ```
# Enable service # Enable service