| Andrew Geissler | d9b527b | 2020-10-23 09:45:41 -0500 | [diff] [blame] | 1 | [Unit] | 
|  | 2 | Description=Reset one-time properties on chassis off | 
|  | 3 | Wants=mapper-wait@-xyz-openbmc_project-control-host%i-auto_reboot-one_time.service | 
|  | 4 | After=mapper-wait@-xyz-openbmc_project-control-host%i-auto_reboot-one_time.service | 
|  | 5 |  | 
|  | 6 | [Service] | 
|  | 7 | Restart=no | 
|  | 8 | Type=oneshot | 
|  | 9 | ExecStart=/bin/sh -c "busctl set-property `mapper get-service /xyz/openbmc_project/control/host%i/auto_reboot/one_time` /xyz/openbmc_project/control/host%i/auto_reboot/one_time xyz.openbmc_project.Control.Boot.RebootPolicy AutoReboot b true" | 
|  | 10 |  | 
|  | 11 | [Install] | 
|  | 12 | WantedBy=obmc-chassis-poweroff@%i.target |