commit | 7e934ac1b8e19b38710d095abaa94bfe61f2b236 | [log] [tgz] |
---|---|---|
author | Ashwin Murali <ashwin.murali@fii-na.com> | Tue Apr 19 16:50:47 2022 -0500 |
committer | Vivekanand Veeracholan <vveerach@google.com> | Tue May 03 22:14:50 2022 +0000 |
tree | 4af98d2fa02348da0e9676f65df160d00b2e2f42 | |
parent | aabf8536efe428a4be83152a67234fd1ad6e24c9 [diff] |
meta-fii: meta-kudo: Use host_reset in watchdog reset service The phosphor-watchdog-host-reset service used the deprecated force_reset command instead of the host_reset. Signed-off-by: Ashwin Murali <ashwin.murali@fii-na.com> Change-Id: I329006b23ce7ac50d659dd8cf59704256b2bffaa
diff --git a/meta-fii/meta-kudo/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-reset.service b/meta-fii/meta-kudo/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-reset.service index cd7e261..84adfb4 100644 --- a/meta-fii/meta-kudo/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-reset.service +++ b/meta-fii/meta-kudo/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-reset.service
@@ -4,5 +4,5 @@ [Service] Type=oneshot RemainAfterExit=no -ExecStart=/usr/libexec/ampere-hostctrl/ampere_power_util.sh mb force_reset +ExecStart=/usr/libexec/ampere-hostctrl/ampere_power_util.sh mb host_reset SyslogIdentifier=phosphor-watchdog