Thang Tran | 74d7a55 | 2023-11-14 13:35:50 +0700 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Set Chassis state to transition to off |
| 3 | Before=obmc-power-stop@%i.service |
| 4 | Wants=mapper-wait@-xyz-openbmc_project-state-chassis%i.service |
| 5 | After=mapper-wait@-xyz-openbmc_project-state-chassis%i.service |
| 6 | Conflicts=obmc-chassis-poweron@%i.target |
| 7 | |
| 8 | [Service] |
| 9 | Restart=no |
| 10 | Type=oneshot |
| 11 | SyslogIdentifier=phosphor-set-chassis-transition-to-off |
| 12 | ExecStart=/bin/sh -c "busctl set-property `mapper get-service /xyz/openbmc_project/state/chassis%i` /xyz/openbmc_project/state/chassis%i xyz.openbmc_project.State.Chassis CurrentPowerState s xyz.openbmc_project.State.Chassis.PowerState.TransitioningToOff" |
| 13 | |
| 14 | [Install] |
| 15 | WantedBy=obmc-chassis-poweroff@%i.target |