| Andrew Geissler | 1e8b164 | 2021-01-05 15:00:25 -0600 | [diff] [blame] | 1 | [Unit] | 
 | 2 | Description=Set host state to transition to off | 
 | 3 | Wants=mapper-wait@-xyz-openbmc_project-state-host%i.service | 
 | 4 | After=mapper-wait@-xyz-openbmc_project-state-host%i.service | 
 | 5 | Wants=obmc-host-stop-pre@%i.target | 
 | 6 | Before=obmc-host-stop-pre@%i.target | 
 | 7 |  | 
 | 8 | [Service] | 
 | 9 | Restart=no | 
 | 10 | Type=oneshot | 
 | 11 | ExecStart=/bin/sh -c "busctl set-property `mapper get-service /xyz/openbmc_project/state/host%i` /xyz/openbmc_project/state/host%i xyz.openbmc_project.State.Host CurrentHostState s xyz.openbmc_project.State.Host.HostState.TransitioningToOff" | 
 | 12 |  | 
 | 13 | [Install] | 
 | 14 | WantedBy=obmc-host-stop@%i.target |