summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-10-29 22:12:15 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-10-30 16:24:17 +0300
commit28095f1ce1fd809d57d6139c17778fa0aab51336 (patch)
treea4a937df03ddfc58da785c132cee08402257802b /meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service
parent4a58fe25388fc56182610ff7fccf9e9ab8d32314 (diff)
downloadopenbmc-28095f1ce1fd809d57d6139c17778fa0aab51336.tar.xz
meta-phosphor: phosphor-gpio-monitor: srcrev bump
New features include: -meson support -autotools deprecation -in-repo systemd units (From meta-phosphor rev: 485ee9af5aa1a4cede4dd9698ac6bbc4401af0f0) Change-Id: Iae1cb424b5dbd578c50703b72d85001a816a17e4 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service')
-rw-r--r--meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service13
1 files changed, 0 insertions, 13 deletions
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
deleted file mode 100644
index a92f82c87..000000000
--- a/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=Phosphor GPIO %I Presence
-Wants=mapper-wait@-xyz-openbmc_project-inventory.service
-After=mapper-wait@-xyz-openbmc_project-inventory.service
-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}} --extra-ifaces=${{EXTRA_IFACES}}
-SyslogIdentifier=phosphor-gpio-presence
-
-[Install]
-RequiredBy=multi-user.target