Issue
Mid server installation on Linux Red Hat 7
Installing a MID Server on Red Hat 7 had issues that were resolved in ServiceNow's London version .
Running mid server command agent/bin/mid.sh install in RHEL created a softlink in init.d to the mid.sh file wherever it is located.
However RHEL uses systemd instead of sysvinit. Systemd only allows softlinks in init.d to point to the /(root) or /usr filesystems.