summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-phosphor/watchdog/system-watchdog/watchdog-clear-failures.service
blob: 801f4ed273f1912aa5cae3b0960a45c80a47cad7 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Reset BMC Hardware Watchdog Failure Count

[Service]
ExecStart=busctl call xyz.openbmc_project.U_Boot.Environment.Manager \
          /xyz/openbmc_project/u_boot/environment/mgr \
          xyz.openbmc_project.U_Boot.Environment.Manager \
          Write ss bootfailures 0
Type=oneshot