blob: 5acabb7bcbc3d492716fe452ebb20ec9f996e68d [file] [log] [blame]
Isaac Kurth514a0942021-10-19 21:17:44 +00001[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