blob: dcb561e0dd0ff2963c187a369853df5e54c90809 [file] [log] [blame]
Brad Bishop3c90f592016-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 Bishopec5ea3b2018-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 Bishop3c90f592016-08-08 08:53:13 -040010
11[Install]
Patrick Ventured607cfb2019-04-04 12:15:22 -070012WantedBy=multi-user.target