1[Unit] 2Description=Update current Host FW version 3After=xyz.openbmc_project.Software.Version.service 4Wants=xyz.openbmc_project.Software.Version.service 5Wants=pch-standby.service 6After=pch-standby.service 7 8[Service] 9Type=oneshot 10RemainAfterExit=no 11ExecStart=/bin/bash /usr/libexec/bios-version.sh 12 13[Install] 14WantedBy=multi-user.target 15