Vijay Khemka | 7fd6185 | 2019-11-26 12:07:32 -0800 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Phosphor Watchdog |
| 3 | |
| 4 | [Service] |
| 5 | ExecStart=/usr/bin/env phosphor-watchdog --continue --service=xyz.openbmc_project.Watchdog \ |
| 6 | --path=/xyz/openbmc_project/watchdog/host0 \ |
| 7 | --action_target=xyz.openbmc_project.State.Watchdog.Action.HardReset=phosphor-watchdog-host-reset.service \ |
| 8 | --action_target=xyz.openbmc_project.State.Watchdog.Action.PowerOff=host-phosphor-watchdog-host-poweroff.service \ |
| 9 | --action_target=xyz.openbmc_project.State.Watchdog.Action.PowerCycle=phosphor-watchdog-host-cycle.service \ |
| 10 | |
| 11 | SyslogIdentifier=phosphor-watchdog |
| 12 | BusName =xyz.openbmc_project.Watchdog |
| 13 | Type=dbus |
| 14 | |
| 15 | [Install] |
| 16 | WantedBy=basic.target |