Add delay after running mboxd reload

The previous temporary fix for openbmc/openbmc#1045
was lost when the code moved over to the new host
state code to issue reboots on the watchdog timeout.
Now that the new code is in, the software is now
guranteed to run this service which means it can
simply put the delay in the service file.

Change-Id: Ie713f1291072d3a35d721b5a4c911d7baf756d4b
Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
diff --git a/meta-phosphor/common/recipes-phosphor/mboxd/mboxd/mboxd-reload@.service b/meta-phosphor/common/recipes-phosphor/mboxd/mboxd/mboxd-reload@.service
index c8c6484..32cdd80 100644
--- a/meta-phosphor/common/recipes-phosphor/mboxd/mboxd/mboxd-reload@.service
+++ b/meta-phosphor/common/recipes-phosphor/mboxd/mboxd/mboxd-reload@.service
@@ -8,6 +8,8 @@
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=/usr/bin/killall -HUP mboxd
+# TODO: openbmc/openbmc#1045 - mboxd reload workaround
+ExecStart=/bin/sleep 10
 
 [Install]
 WantedBy=obmc-power-chassis-off@%i.target