summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/gpio
diff options
context:
space:
mode:
authorVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-06-07 19:20:50 +0530
committerVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-06-07 22:18:24 +0530
commitae2f2c9080769b14614e85e7ead1b7558da34d02 (patch)
tree9691d04f37ae1b607cf5aee8c8d940981fea84a5 /meta-phosphor/common/recipes-phosphor/gpio
parent0cd703becdc5251753a17e28e2c945ca7325c920 (diff)
downloadtalos-openbmc-ae2f2c9080769b14614e85e7ead1b7558da34d02.tar.gz
talos-openbmc-ae2f2c9080769b14614e85e7ead1b7558da34d02.zip
gpio-monitor: Remove oneshot type
phosphor-gpio-monitor is designed to be running until some condition is met and hence not a Oneshot application. Currently, it gets started as part of PowerOn and stops as part of PowerOff. Change-Id: I6f0dc7f9061afb07fe5712a81fa1db2132c6aca7 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/gpio')
-rw-r--r--meta-phosphor/common/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-monitor@.service1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-monitor@.service b/meta-phosphor/common/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-monitor@.service
index 37d127963..a4b0902d6 100644
--- a/meta-phosphor/common/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-monitor@.service
+++ b/meta-phosphor/common/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-monitor@.service
@@ -3,6 +3,5 @@ Description=Phosphor GPIO %I monitor
[Service]
Restart=no
-Type=oneshot
EnvironmentFile={envfiledir}/obmc/gpio/%I
ExecStart={sbindir}/phosphor-gpio-monitor --path=${{PATH}} --key=${{KEY}} --polarity=${{POLARITY}} --target=${{TARGET}}
OpenPOWER on IntegriCloud