commit | 3c830d7d08a729935e1ed9eece82a2a64ca693cc | [log] [tgz] |
---|---|---|
author | asmithakarun <asmithkr@in.ibm.com> | Wed Jun 26 01:30:11 2019 -0500 |
committer | Brad Bishop <radsquirrel@gmail.com> | Tue Aug 06 19:09:55 2019 +0000 |
tree | 92ceccf331dbe2d8bbc0ad82340edd86b3cd2ebf | |
parent | 30c99b05cc1d6c0a2b222164e87adba16ec23196 [diff] |
Avahi: Removing Inventory svc dependency from unique hostname xyz-openbmc-project-inventory.service dependency is removed from first-boot-set-hostname service. Unique hostname service may depend only on the VPD parser service, which has dependency on the Inventory service. Signed-off-by: asmithakarun <asmithkr@in.ibm.com> Change-Id: I3c592b44484946c63328a3e1c4c716a5b4a946e6
diff --git a/recipes-phosphor/network/first-boot-set-hostname/first-boot-set-hostname.service b/recipes-phosphor/network/first-boot-set-hostname/first-boot-set-hostname.service index 45e73b5..e58a046 100644 --- a/recipes-phosphor/network/first-boot-set-hostname/first-boot-set-hostname.service +++ b/recipes-phosphor/network/first-boot-set-hostname/first-boot-set-hostname.service
@@ -1,7 +1,5 @@ [Unit] Description=Init BMC Hostname -Wants=mapper-wait@-xyz-openbmc_project-inventory.service -After=mapper-wait@-xyz-openbmc_project-inventory.service Wants=op-vpd-parser.service After=op-vpd-parser.service