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

Signed-off-by: Anthony Wilson <wilsonan@us.ibm.com>
Change-Id: I30240f6951b7afe62cda89690db3866777013c35
diff --git a/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service b/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service
index acb6af7..a92f82c 100644
--- a/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service
+++ b/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]