meta-quanta: gbs: update the related states D-bus service name

Since x86-power-control add multi-node support, the all related
states D-bus service name add the node instance additionally

Thus, update the Chassis/Host/RestartCause D-bus service name
for all related scripts/services

Signed-off-by: George Hung <george.hung@quantatw.com>
Change-Id: If6ba080ff8757e01e230ee7d636e293922cdc127
diff --git a/meta-quanta/meta-gbs/recipes-gbs/boot-status-led/files/boot-status-led.sh b/meta-quanta/meta-gbs/recipes-gbs/boot-status-led/files/boot-status-led.sh
index a80082a..4723c20 100644
--- a/meta-quanta/meta-gbs/recipes-gbs/boot-status-led/files/boot-status-led.sh
+++ b/meta-quanta/meta-gbs/recipes-gbs/boot-status-led/files/boot-status-led.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-BOOT_SERVICE_NAME="xyz.openbmc_project.State.Host"
+BOOT_SERVICE_NAME="xyz.openbmc_project.State.Host0"
 BOOT_STATUS_OBJPATH="/xyz/openbmc_project/state/os"
 BOOT_INTERFACE_NAME="xyz.openbmc_project.State.OperatingSystem.Status"
 BOOT_Property="OperatingSystemState"
@@ -11,7 +11,7 @@
 LED_INTERFACE_NAME="xyz.openbmc_project.Led.Group"
 LED_Property="Asserted"
 
-PWR_STATE_SERVICE="xyz.openbmc_project.State.Chassis"
+PWR_STATE_SERVICE="xyz.openbmc_project.State.Chassis0"
 PWR_STATE_OBJPATH="/xyz/openbmc_project/state/chassis0"
 PWR_STATE_INTERFACE_NAME="xyz.openbmc_project.State.Chassis"
 PWR_STATE_Property="CurrentPowerState"