16 lines
670 B
Desktop File
16 lines
670 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=Phosphor Watchdog
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
ExecStart=/usr/bin/phosphor-watchdog --continue --service=xyz.openbmc_project.Watchdog \
|
||
|
|
--path=/xyz/openbmc_project/watchdog/host0 \
|
||
|
|
--action_target=xyz.openbmc_project.State.Watchdog.Action.HardReset=xyz.openbmc_project.State.Host.Transition.ForceWarmReboot \
|
||
|
|
--action_target=xyz.openbmc_project.State.Watchdog.Action.PowerOff=xyz.openbmc_project.State.Chassis.Transition.Off \
|
||
|
|
--action_target=xyz.openbmc_project.State.Watchdog.Action.PowerCycle=xyz.openbmc_project.State.Chassis.Transition.PowerCycle
|
||
|
|
|
||
|
|
BusName=xyz.openbmc_project.Watchdog
|
||
|
|
Type=dbus
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=basic.target
|