Initial commit
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
[Unit]
|
||||
Description=Power Cycle Host Server
|
||||
After=xyz.openbmc_project.Chassis.Power.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/busctl set-property \
|
||||
xyz.openbmc_project.State.Chassis \
|
||||
/xyz/openbmc_project/state/chassis0 \
|
||||
xyz.openbmc_project.State.Chassis \
|
||||
RequestedPowerTransition s \
|
||||
xyz.openbmc_project.State.Chassis.Transition.PowerCycle
|
||||
|
||||
ExecStart=/usr/bin/busctl set-property \
|
||||
xyz.openbmc_project.Control.Host.RestartCause \
|
||||
/xyz/openbmc_project/control/host0/restart_cause \
|
||||
xyz.openbmc_project.Control.Host.RestartCause \
|
||||
RequestedRestartCause s \
|
||||
xyz.openbmc_project.State.Host.RestartCause.WatchdogTimer
|
||||
|
||||
Type=oneshot
|
||||
SyslogIdentifier=phosphor-watchdog
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Shutdown Host Server
|
||||
After=xyz.openbmc_project.Chassis.Power.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/busctl set-property \
|
||||
xyz.openbmc_project.State.Chassis \
|
||||
/xyz/openbmc_project/state/chassis0 \
|
||||
xyz.openbmc_project.State.Chassis \
|
||||
RequestedPowerTransition s \
|
||||
xyz.openbmc_project.State.Chassis.Transition.Off
|
||||
|
||||
Type=oneshot
|
||||
SyslogIdentifier=phosphor-watchdog
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
[Unit]
|
||||
Description=Reset Host Server
|
||||
After=xyz.openbmc_project.Chassis.Power.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/busctl set-property \
|
||||
xyz.openbmc_project.State.Host \
|
||||
/xyz/openbmc_project/state/host0 \
|
||||
xyz.openbmc_project.State.Host \
|
||||
RequestedHostTransition s \
|
||||
xyz.openbmc_project.State.Host.Transition.ForceWarmReboot
|
||||
|
||||
ExecStart=/usr/bin/busctl set-property \
|
||||
xyz.openbmc_project.Control.Host.RestartCause \
|
||||
/xyz/openbmc_project/control/host0/restart_cause \
|
||||
xyz.openbmc_project.Control.Host.RestartCause \
|
||||
RequestedRestartCause s \
|
||||
xyz.openbmc_project.State.Host.RestartCause.WatchdogTimer
|
||||
|
||||
Type=oneshot
|
||||
SyslogIdentifier=phosphor-watchdog
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
[Unit]
|
||||
Description=Phosphow Watchdog
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/env phosphor-watchdog --continue \
|
||||
--service=xyz.openbmc_project.Watchdog \
|
||||
--path=/xyz/openbmc_project/watchdog/host0 \
|
||||
--action_target=xyz.openbmc_project.State.Watchdog.Action.HardReset=phosphor-watchdog-host-reset.service \
|
||||
--action_target=xyz.openbmc_project.State.Watchdog.Action.PowerOff=phosphor-watchdog-host-poweroff.service \
|
||||
--action_target=xyz.openbmc_project.State.Watchdog.Action.PowerCycle=phosphor-watchdog-host-cycle.service \
|
||||
|
||||
SyslogIdentifier=phosphor-watchdog
|
||||
BusName=xyz.openbmc_project.Watchdog
|
||||
Type=dbus
|
||||
|
||||
[Install]
|
||||
WantedBy=basic.target
|
||||
@@ -0,0 +1,12 @@
|
||||
FILESEXTRAPATHS:append := ":${THISDIR}/${PN}"
|
||||
|
||||
# Remove the override to keep service running after DC cycle
|
||||
SYSTEMD_OVERRIDE:${PN}:remove = " \
|
||||
poweron.conf:phosphor-watchdog@poweron.service.d/poweron.conf \
|
||||
"
|
||||
SYSTEMD_SERVICE:${PN} = " \
|
||||
phosphor-watchdog.service \
|
||||
phosphor-watchdog-host-poweroff.service \
|
||||
phosphor-watchdog-host-reset.service \
|
||||
phosphor-watchdog-host-cycle.service \
|
||||
"
|
||||
Reference in New Issue
Block a user