summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/flash/obmc-flash-bios/obmc-flash-init.service
blob: dcb561e0dd0ff2963c187a369853df5e54c90809 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Initialize BIOS Flash
Wants=mapper-wait@-org-openbmc-control-flash-bios.service
After=mapper-wait@-org-openbmc-control-flash-bios.service

[Service]
Restart=no
ExecStart=/bin/sh -c "busctl call `mapper get-service /org/openbmc/control/flash/bios` /org/openbmc/control/flash/bios org.openbmc.Flash init"
SyslogIdentifier=obmc-flash-init

[Install]
WantedBy=multi-user.target
OpenPOWER on IntegriCloud