Brad Bishop | 3c90f59 | 2016-08-08 08:53:13 -0400 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Initialize BIOS Flash |
| 3 | Wants=mapper-wait@-org-openbmc-control-flash-bios.service |
| 4 | After=mapper-wait@-org-openbmc-control-flash-bios.service |
| 5 | |
| 6 | [Service] |
| 7 | Restart=no |
Michael Tritz | fbd81be | 2017-08-15 14:07:23 -0500 | [diff] [blame] | 8 | ExecStart=/usr/bin/env mapper call /org/openbmc/control/flash/bios org.openbmc.Flash init |
| 9 | SyslogIdentifier=mapper |
Brad Bishop | 3c90f59 | 2016-08-08 08:53:13 -0400 | [diff] [blame] | 10 | |
| 11 | [Install] |
| 12 | WantedBy={SYSTEMD_DEFAULT_TARGET} |