blob: d9355b3d2b36a41a54b64aaf979122977e2cf25b [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
Michael Tritzfbd81be2017-08-15 14:07:23 -05008ExecStart=/usr/bin/env mapper call /org/openbmc/control/flash/bios org.openbmc.Flash init
9SyslogIdentifier=mapper
Brad Bishop3c90f592016-08-08 08:53:13 -040010
11[Install]
12WantedBy={SYSTEMD_DEFAULT_TARGET}