summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-system1/recipes-phosphor/flash/bios-version/bios-version.service
blob: edcb861c56d87142caac334f265b9aa858aefe71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Update current Host FW version
After=xyz.openbmc_project.Software.Version.service
Wants=xyz.openbmc_project.Software.Version.service

[Service]
Type=oneshot
RemainAfterExit=no
ExecStart=/bin/bash /usr/sbin/bios-version.sh

[Install]
WantedBy=multi-user.target