summaryrefslogtreecommitdiff
path: root/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-dhcp.sh
diff options
context:
space:
mode:
authorYuxiao Zhang <yuxiaozhang@google.com>2023-03-31 01:55:30 +0300
committerYuxiao Zhang <yuxiaozhang@google.com>2023-04-11 19:15:12 +0300
commit8fe218a0ec92f3a788ecd5e68eb84e02a2ec7d75 (patch)
tree3ad01616ad9e0a70415402e8bbcb5719e425068d /meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-dhcp.sh
parent4b4958048b30f5f9d3163dc1b7e53b359e5e94aa (diff)
downloadopenbmc-8fe218a0ec92f3a788ecd5e68eb84e02a2ec7d75.tar.xz
meta-google: dhcp-done: switching to new dhcp-done service
We want to coordinate with netboot server for powercycling instead of triggering pwercycle ourselves. dhcp-done will send status based on the parameters to the netboot server. This is the first part, second part needs to be merged after installer support Change-Id: I4ebaaf06114fc36518a25cdc6cd9f093859963c8 Signed-off-by: Yuxiao Zhang <yuxiaozhang@google.com>
Diffstat (limited to 'meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-dhcp.sh')
-rw-r--r--meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-dhcp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-dhcp.sh b/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-dhcp.sh
index f4ac5a5a53..6557125a9e 100644
--- a/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-dhcp.sh
+++ b/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-dhcp.sh
@@ -76,5 +76,5 @@ if [ "$1" = bound ]; then
# Ensure that the installer knows we have completed processing DHCP by
# running a service that reports completion
echo 'Start DHCP Done' >&2
- systemctl start dhcp-done --no-block
+ systemctl start dhcp-done@DONE --no-block
fi