blob: 6f053718f55d07f4cbfcb74330b829965f7b9388 [file] [log] [blame]
Brad Bishop26373ab2019-09-19 17:18:57 -04001[Unit]
2Description=Phosphor GPIO %I Presence
3Wants=mapper-wait@-xyz-openbmc_project-inventory.service
4After=mapper-wait@-xyz-openbmc_project-inventory.service
5ConditionPathExists=/etc/default/obmc/gpio/phosphor-power-supply-%i.conf
6
7[Service]
8EnvironmentFile={envfiledir}/obmc/gpio/phosphor-power-supply-%i.conf
9ExecStart=/usr/bin/phosphor-gpio-presence --path=${{DEVPATH}} --inventory=${{INVENTORY}} --key=${{KEY}} --name=${{NAME}} --drivers=${{DRIVERS}} --extra-ifaces=${{EXTRA_IFACES}}
10
11[Install]
12RequiredBy=multi-user.target