xref: /openbmc/openpower-pnor-code-mgmt/mmc/openpower-bios-factory-reset.service (revision 514a094e90e7cfc47161aa59bba47c2b92bcf7c4)
1*514a094eSIsaac Kurth[Unit]
2*514a094eSIsaac KurthDescription=Perform a bios reset if the GPIO changed
3*514a094eSIsaac KurthBefore=pldmd.service
4*514a094eSIsaac KurthAfter=org.open_power.Software.Host.Updater.service
5*514a094eSIsaac Kurth
6*514a094eSIsaac Kurth[Service]
7*514a094eSIsaac KurthType=oneshot
8*514a094eSIsaac KurthRemainAfterExit=yes
9*514a094eSIsaac KurthExecStart=/usr/bin/obmc-flash-bios bios-reset-if-needed
10*514a094eSIsaac Kurth
11*514a094eSIsaac Kurth[Install]
12*514a094eSIsaac KurthWantedBy=multi-user.target
13