A manual restart of the MOI services is required anytime that the MOI appliance server is taken down for maintenance. The MOI services should be restarted automatically anytime the appliance Linux machine is taken down. The moi-service does not appear to be starting up per SYSTEMCTL.
Release : 2.1
The Customer resolved the automatic shutdown/startup of MOI using the following steps:
-- Copied "/opt/moi/moi-utils/scripts/moi.service" to "/usr/lib/systemd/system/moi.service"
-- Replaced the ExecStart/ExecStop with the full path to the scripts:
ExecStart=/bin/bash /opt/moi/moi-utils/scripts/moi-startup
ExecStop=/bin/bash /opt/moi/moi-utils/scripts/moi-shutdown
-- "systemctl daemon-reload" for the changes to take effect.