blob: b0bf529404470bdcb56996f09452b88c887cc82a [file] [log] [blame]
Andrew Geisslerd9b527b2020-10-23 09:45:41 -05001[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