Mtce: Add new Link Monitor daemon to Mtce example patch rpm

This update adds the new Link Monitor 'lmond' process to the
list of processes in the EXAMPLE_MTCE patching rpm so that
when maintenance is patched lmond will be restarted like all
the other mtce processes.

Change-Id: I717aaab99ad058a5b77a555768201d7cf471b579
Story: 2002823
Task: 28635
Depends-On: https://review.openstack.org/#/c/633264
Signed-off-by: Eric MacDonald <eric.macdonald@windriver.com>
This commit is contained in:
Eric MacDonald 2019-01-25 14:52:38 -05:00
parent bb89685107
commit f7f8cc042f
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ declare -i GLOBAL_RC=$PATCH_STATUS_OK
mtcalarmd mtclogd \
hbsAgent hbsClient \
mtcAgent mtcClient \
pmond rmond fsmond hwmond hostwd \
pmond rmond fsmond hwmond hostwd lmond \
guestServer guestAgent
if [ $? -ne 0 ] ; then