From ae2f2c9080769b14614e85e7ead1b7558da34d02 Mon Sep 17 00:00:00 2001 From: Vishwanatha Subbanna Date: Wed, 7 Jun 2017 19:20:50 +0530 Subject: 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 --- .../gpio/phosphor-gpio-monitor/phosphor-gpio-monitor@.service | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-phosphor/common/recipes-phosphor/gpio') 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}} -- cgit v1.2.1