blob: 0cccfcd58ae3af08aaa60e3e3efc01a10c7f28e1 [file] [log] [blame]
vishwabmc2ac6f932015-10-09 15:51:50 +05301[Unit]
Brad Bishop8f6c2ca2016-08-25 22:41:39 -04002Description=Phosphor Inband IPMI
Deepak Kodihalliba986b82017-07-25 10:14:28 -05003# TODO openbmc/openbmc#2059 - The wants/after below should be based on providers
4Wants=mapper-wait@-xyz-openbmc_project-control-host0-boot_mode.service
5After=mapper-wait@-xyz-openbmc_project-control-host0-boot_mode.service
6Wants=mapper-wait@-xyz-openbmc_project-control-host0-boot_source.service
7After=mapper-wait@-xyz-openbmc_project-control-host0-boot_source.service
8Wants=mapper-wait@-xyz-openbmc_project-control-host0-power_restore_policy.service
9After=mapper-wait@-xyz-openbmc_project-control-host0-power_restore_policy.service
10Wants=mapper-wait@-xyz-openbmc_project-control-host0-restriction_mode.service
11After=mapper-wait@-xyz-openbmc_project-control-host0-restriction_mode.service
Milton D. Miller IIb8c51742016-03-04 15:29:29 -060012Wants=clear-once.service
13After=clear-once.service
Deepak Kodihalliba986b82017-07-25 10:14:28 -050014# TODO openbmc/openbmc#2008 - remove wants/after on the old settings below
Brad Bishop2d3ce1b2017-02-24 13:30:29 -050015Wants=mapper-wait@-org-openbmc-settings-host0.service
16After=mapper-wait@-org-openbmc-settings-host0.service
vishwabmc2ac6f932015-10-09 15:51:50 +053017
18[Service]
Nan Lid0921602016-01-27 10:28:34 +080019Restart=always
Michael Tritz0ad3b1d2017-08-15 14:07:23 -050020ExecStart=/usr/bin/env ipmid
21SyslogIdentifier=ipmid
vishwabmc2ac6f932015-10-09 15:51:50 +053022
23[Install]
Brad Bishopfd1a57c2016-08-25 22:36:30 -040024WantedBy={SYSTEMD_DEFAULT_TARGET}