blob: 7452b918243380c97cab961bdc11187af7c174b6 [file] [log] [blame]
Lei YU897ecfe2018-01-17 15:09:09 +08001[Unit]
2Description=Phosphor Cooling Type
3Wants=mapper-wait@-xyz-openbmc_project-inventory.service
4After=mapper-wait@-xyz-openbmc_project-inventory.service
5ConditionPathExists={envfiledir}/obmc/phosphor-fan/phosphor-cooling-type-%i.conf
6
7[Service]
8EnvironmentFile={envfiledir}/obmc/phosphor-fan/phosphor-cooling-type-%i.conf
9ExecStart=/usr/bin/env phosphor-cooling-type ${{OBJPATH}} ${{AIR}}
10SyslogIdentifier=phosphor-cooling-type
11
12[Install]
13RequiredBy={SYSTEMD_DEFAULT_TARGET}