xref: /openbmc/phosphor-bmc-code-mgmt/reboot-guard-disable.service.in (revision 44b9fef9bf49eacfa0743e93316c31c6c9645870)
1[Unit]
2Description=Removes the guard that blocks BMC reboot
3After=reboot-guard-enable.service
4
5[Service]
6Type=oneshot
7RemainAfterExit=no
8ExecStart=/usr/bin/obmc-flash-bmc rebootguarddisable
9