blob: 0cccfcd58ae3af08aaa60e3e3efc01a10c7f28e1 [file] [log] [blame]
vishwabmc1bf499d2015-10-09 15:51:50 +05301[Unit]
Brad Bishopf51b3a02016-08-25 22:41:39 -04002Description=Phosphor Inband IPMI
Deepak Kodihallie153aeb2017-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 II611e3ff2016-03-04 15:29:29 -060012Wants=clear-once.service
13After=clear-once.service
Deepak Kodihallie153aeb2017-07-25 10:14:28 -050014# TODO openbmc/openbmc#2008 - remove wants/after on the old settings below
Brad Bishope731fa72017-02-24 13:30:29 -050015Wants=mapper-wait@-org-openbmc-settings-host0.service
16After=mapper-wait@-org-openbmc-settings-host0.service
vishwabmc1bf499d2015-10-09 15:51:50 +053017
18[Service]
Nan Li2d343522016-01-27 10:28:34 +080019Restart=always
Michael Tritzfbd81be2017-08-15 14:07:23 -050020ExecStart=/usr/bin/env ipmid
21SyslogIdentifier=ipmid
vishwabmc1bf499d2015-10-09 15:51:50 +053022
23[Install]
Brad Bishopc2e93ce2016-08-25 22:36:30 -040024WantedBy={SYSTEMD_DEFAULT_TARGET}