commit | 1196ad53f1887708838ac7f5a3b15a7f9a818def | [log] [tgz] |
---|---|---|
author | Ed Tanous <etanous@nvidia.com> | Tue Jun 03 09:33:56 2025 -0700 |
committer | Ed Tanous <ed@tanous.net> | Tue Jun 24 16:37:09 2025 +0000 |
tree | 506aa6d69a532b6045b7733df267e363e5a90bc8 | |
parent | a6686e5210b3cb4417dfd3b7aca1aa65de48668e [diff] [blame] |
Make Fru-Device name activatable Similar to other services, make fru device activate based on name. Tested: On gb200NVL FruDevice launches correctly and scans in frus. Change-Id: I9b6eb43ff61fe6ee1c332e37e823b24720011725 Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/service_files/xyz.openbmc_project.FruDevice.service b/service_files/xyz.openbmc_project.FruDevice.service index bcbe165..1fb9893 100644 --- a/service_files/xyz.openbmc_project.FruDevice.service +++ b/service_files/xyz.openbmc_project.FruDevice.service
@@ -6,7 +6,8 @@ ExecStart=/usr/libexec/entity-manager/fru-device Restart=always RestartSec=5 -Type=simple +Type=dbus +BusName=xyz.openbmc_project.FruDevice [Install] WantedBy=multi-user.target