blob: 62fd43804e619b13da2afb63dd7aece9b8f9a225 [file] [log] [blame]
Brandon Wymanc50a8c42017-04-28 18:26:45 -05001[Unit]
2Description=Phosphor Cooling Type
3Wants=mapper-wait@-xyz-openbmc_project-inventory.service
4After=mapper-wait@-xyz-openbmc_project-inventory.service
5ConditionPathExists={envfiledir}/phosphor-cooling-type-%i.conf
6
7[Service]
8EnvironmentFile={envfiledir}/phosphor-cooling-type-%i.conf
9ExecStart={sbindir}/phosphor-cooling-type ${{OBJPATH}} ${{AIR}} ${{WATER}} ${{DEVICE}} ${{CODE}}
10
11[Install]
12RequiredBy={SYSTEMD_DEFAULT_TARGET}