Set RemainAfterExit for hostboot-settings service

The service hostboot-settings is required by multi-user.target and
thus will be started by default. In case multi-user.target is started
for multiple times, this service will be startd for multiple times as
well, and eventually get start-limit-hit failure.

This commit adds RemainAfterExit=true so the service will be treated as
started and thus will not be started for multiple times.

Resolves openbmc/openbmc#3544

Tested: Reboot Romulus BMC when the host is on, and verify the BMC gets
        READY state after reboot, and verify the service is only started
        once.

Change-Id: I0df2b37f2aee7b33068e95b9442da5e4f3cdd0a6
Signed-off-by: Lei YU <mine260309@gmail.com>
1 file changed
tree: 323776173fb082286c24662bd95de6b16c8dac0d
  1. classes/
  2. conf/
  3. recipes-bsp/
  4. recipes-devtools/
  5. recipes-phosphor/
  6. COPYING.apache-2.0
  7. COPYING.MIT
  8. LICENSE
  9. MAINTAINERS
  10. README.md
README.md

OpenPOWER

meta-openpower is the OpenPOWER layer and should be included in all OpenPOWER systems' bblayers.conf. More information on OpenPOWER can be found here.