From 868bdeea79de4889fc602dedd580fc88a6c7defc Mon Sep 17 00:00:00 2001 From: Adriana Kobylak Date: Thu, 30 Nov 2017 10:23:34 -0600 Subject: updatesymlinks: Add instantiated mbox service The Before directive had the template service mboxd-reload@.service but because it wasn't instantiated, the dependency was not taking place and the mboxd-reset service would not wait for the updatesymlinks service to finish, causing the host to read old data until the updatesymlinks completed. Resolves openbmc/openbmc#2695 Change-Id: I3669155f1c287d5f492f3400ab9d131913a2a93f Signed-off-by: Adriana Kobylak --- .../openpower-software-manager/obmc-flash-bios-updatesymlinks.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openbmc-machines/meta-openpower') diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/flash/openpower-software-manager/obmc-flash-bios-updatesymlinks.service b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/flash/openpower-software-manager/obmc-flash-bios-updatesymlinks.service index d8ee94102..8323ccf29 100644 --- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/flash/openpower-software-manager/obmc-flash-bios-updatesymlinks.service +++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/flash/openpower-software-manager/obmc-flash-bios-updatesymlinks.service @@ -1,7 +1,7 @@ [Unit] Description=Updates symlinks for active PNOR version Before=mboxd.service -Before=mboxd-reload@.service +Before=mboxd-reload@0.service After=org.open_power.Software.Host.Updater.service After=op-reset-chassis-running@0.service ConditionPathExists=!/run/openbmc/chassis@0-on -- cgit v1.2.1