xref: /openbmc/phosphor-gpio-monitor/phosphor-gpio-presence@.service (revision 9f8459a55d1f0cb42c5d99c0759b20739092b841)
1[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=/etc/default/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
13