commit | c55b7debc67b1cf863b6c171334015c0731613eb | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Fri May 24 13:51:04 2019 +0800 |
committer | Brad Bishop <radsquirrel@gmail.com> | Fri Jun 21 19:08:18 2019 +0000 |
tree | 323776173fb082286c24662bd95de6b16c8dac0d | |
parent | 6f454709e775d9708836383f7d54458b745192bd [diff] |
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>
meta-openpower is the OpenPOWER layer and should be included in all OpenPOWER systems' bblayers.conf. More information on OpenPOWER can be found here.