From 4aad338a9e65b5d3e73278420cfd90e7348194de Mon Sep 17 00:00:00 2001 From: Anthony Wilson Date: Tue, 30 Apr 2019 17:33:30 -0500 Subject: gpio-presence: Add extra-iface param to service exec With the addition of a new parameter in the phosphor-gpio-presence app, this addition to the service exec file ensures any additional interfaces specified in the appropriate config files are passed to said app. phosphor-gpio-presence: srcrev bump 64c8fcb651..206f004098 Anthony Wilson (1): gpio-presence: Support for multiple iface assocs (From meta-phosphor rev: da2632a84ad78b4b0ff97bd3648a4a165cccbcd7) Signed-off-by: Anthony Wilson Change-Id: Ie5c1c970f4f90b12e46284dede4091862b8ca6f5 Signed-off-by: Brad Bishop --- .../gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/gpio') diff --git a/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service b/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service index acb6af748f..a92f82c876 100644 --- a/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service +++ b/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service @@ -6,7 +6,7 @@ ConditionPathExists={envfiledir}/obmc/gpio/phosphor-power-supply-%i.conf [Service] EnvironmentFile={envfiledir}/obmc/gpio/phosphor-power-supply-%i.conf -ExecStart=/usr/bin/env phosphor-gpio-presence --path=${{DEVPATH}} --inventory=${{INVENTORY}} --key=${{KEY}} --name=${{NAME}} --drivers=${{DRIVERS}} +ExecStart=/usr/bin/env phosphor-gpio-presence --path=${{DEVPATH}} --inventory=${{INVENTORY}} --key=${{KEY}} --name=${{NAME}} --drivers=${{DRIVERS}} --extra-ifaces=${{EXTRA_IFACES}} SyslogIdentifier=phosphor-gpio-presence [Install] -- cgit v1.2.3