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