xref: /openbmc/openpower-pnor-code-mgmt/mmc/openpower-bios-factory-reset.service (revision 514a094e90e7cfc47161aa59bba47c2b92bcf7c4)
1[Unit]
2Description=Perform a bios reset if the GPIO changed
3Before=pldmd.service
4After=org.open_power.Software.Host.Updater.service
5
6[Service]
7Type=oneshot
8RemainAfterExit=yes
9ExecStart=/usr/bin/obmc-flash-bios bios-reset-if-needed
10
11[Install]
12WantedBy=multi-user.target
13