1*c212353dSAndrew Geissler[Unit] 2*c212353dSAndrew GeisslerDescription=Reset host sensors 3*c212353dSAndrew GeisslerAfter=phosphor-reset-host-check@%i.service 4*c212353dSAndrew GeisslerWants=mapper-wait@-xyz-openbmc_project-state-host%i.service 5*c212353dSAndrew GeisslerAfter=mapper-wait@-xyz-openbmc_project-state-host%i.service 6*c212353dSAndrew GeisslerConditionPathExists=!/run/openbmc/host@%i-on 7*c212353dSAndrew Geissler 8*c212353dSAndrew Geissler[Service] 9*c212353dSAndrew GeisslerRestart=no 10*c212353dSAndrew GeisslerType=oneshot 11*c212353dSAndrew GeisslerExecStart=/bin/sh -c "busctl set-property `mapper get-service /xyz/openbmc_project/state/host0` /xyz/openbmc_project/state/host0 xyz.openbmc_project.State.Boot.Progress BootProgress s xyz.openbmc_project.State.Boot.Progress.ProgressStages.Unspecified" 12*c212353dSAndrew GeisslerExecStart=/bin/sh -c "busctl set-property `mapper get-service /xyz/openbmc_project/state/host0` /xyz/openbmc_project/state/host0 xyz.openbmc_project.State.OperatingSystem.Status OperatingSystemState s xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.Inactive" 13*c212353dSAndrew Geissler 14*c212353dSAndrew Geissler[Install] 15*c212353dSAndrew GeisslerWantedBy=obmc-host-reset@%i.target 16