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 <wilsonan@us.ibm.com>
Change-Id: Ie5c1c970f4f90b12e46284dede4091862b8ca6f5
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
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 acb6af7..a92f82c 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 @@
 
 [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]