1[Unit] 2Description=Reset one-time properties on chassis off 3Wants=mapper-wait@-xyz-openbmc_project-control-host%i-auto_reboot-one_time.service 4After=mapper-wait@-xyz-openbmc_project-control-host%i-auto_reboot-one_time.service 5 6[Service] 7Restart=no 8Type=oneshot 9ExecStart=/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] 12WantedBy=obmc-chassis-poweroff@%i.target 13