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