From 6df5ce227d9e3bdf212ba9c7c0b2af4486e046bc Mon Sep 17 00:00:00 2001 From: Maxime Dor Date: Sat, 2 Sep 2017 19:33:33 +0200 Subject: [PATCH] Relocate systemd script (cosmetic) --- README.md | 2 +- src/{main => }/systemd/mxisd.service | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{main => }/systemd/mxisd.service (100%) 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