xref: /openbmc/phosphor-bmc-code-mgmt/bmc/reboot-guard-disable.service.in (revision cab87e9cdeeb3e166d6d577511f6be4dc7721aca)
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