blob: f7e93b82f2a863d30c93191eaaf013cec5efface [file] [log] [blame]
Vijay Khemkafd3aff32019-11-26 12:07:32 -08001[Unit]
2Description=Phosphor Watchdog
3
4[Service]
5ExecStart=/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
11SyslogIdentifier=phosphor-watchdog
12BusName =xyz.openbmc_project.Watchdog
13Type=dbus
14
15[Install]
16WantedBy=basic.target