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