blob: dcb561e0dd0ff2963c187a369853df5e54c90809 [file] [log] [blame]
Brad Bishop7e164be2016-08-08 08:53:13 -04001[Unit]
2Description=Initialize BIOS Flash
3Wants=mapper-wait@-org-openbmc-control-flash-bios.service
4After=mapper-wait@-org-openbmc-control-flash-bios.service
5
6[Service]
7Restart=no
Brad Bishop859b92e2018-06-07 16:17:15 -04008ExecStart=/bin/sh -c "busctl call `mapper get-service /org/openbmc/control/flash/bios` /org/openbmc/control/flash/bios org.openbmc.Flash init"
9SyslogIdentifier=obmc-flash-init
Brad Bishop7e164be2016-08-08 08:53:13 -040010
11[Install]
Brad Bishopfc81e382019-04-06 13:58:07 -040012WantedBy=multi-user.target