summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2022-04-08 00:00:37 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-04-30 00:02:21 +0300
commitcc2a1cdaa816be573d8ea8f1ceb1bfa5f37a20d0 (patch)
treed040ab707dd97eb9ead0cc91d64632e739171b18
parent65db670cf484dd79ea49032900ed3fe1674f8966 (diff)
downloadopenbmc-cc2a1cdaa816be573d8ea8f1ceb1bfa5f37a20d0.tar.xz
Use proper path in Inventory Mgr service
Using /usr/bin/env is now an antipattern. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I62c112ae7a089e7b86612cd7a3f711a564ce0dd7
-rw-r--r--meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager/xyz.openbmc_project.Inventory.Manager.service3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager/xyz.openbmc_project.Inventory.Manager.service b/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager/xyz.openbmc_project.Inventory.Manager.service
index cf2bc9ac0b..43cc97922c 100644
--- a/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager/xyz.openbmc_project.Inventory.Manager.service
+++ b/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager/xyz.openbmc_project.Inventory.Manager.service
@@ -5,8 +5,7 @@ Before=mapper-wait@-xyz-openbmc_project-inventory.service
[Service]
Restart=always
Type=dbus
-ExecStart=/usr/bin/env phosphor-inventory
-SyslogIdentifier=phosphor-inventory
+ExecStart=/usr/bin/phosphor-inventory
BusName={BUSNAME}
[Install]