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 |
Brad Bishop | ec5ea3b | 2018-06-07 16:17:15 -0400 | [diff] [blame] | 8 | ExecStart=/bin/sh -c "busctl call `mapper get-service /org/openbmc/control/flash/bios` /org/openbmc/control/flash/bios org.openbmc.Flash init" |
| 9 | SyslogIdentifier=obmc-flash-init |
Brad Bishop | 3c90f59 | 2016-08-08 08:53:13 -0400 | [diff] [blame] | 10 | |
| 11 | [Install] |
| 12 | WantedBy={SYSTEMD_DEFAULT_TARGET} |