xref: /openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/bios-version/bios-version.service (revision a1aa6fcb4bf63cf8777853e24da34fc0c464a97a)
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