summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/fans/phosphor-fan
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2021-01-26 00:25:11 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2021-02-25 15:38:41 +0300
commitab79e2ad6e7dcd18a9663dfa0dca4cfef76bc13f (patch)
treeeb4d92b7e679ab8fb91099e459e4d2a93e765428 /meta-phosphor/recipes-phosphor/fans/phosphor-fan
parentb2644f820eac4fbe4b0ce311a6055f959bdcec05 (diff)
downloadopenbmc-ab79e2ad6e7dcd18a9663dfa0dca4cfef76bc13f.tar.xz
ibm: Start phosphor-fan-presence at multi-user
This will start phosphor-fan-presence at the multi-user target. It doesn't need to know about the power state when just checking GPIOs and tach sensors, so let it run all the time. It also avoids a race condition with phosphor-fan-monitor if it starts earlier. This commit also adds a JSON vs YAML packageconfig so service files can be installed to different places based on how it is configured. And since the service file has different contents based on when it starts, the phosphor-fan-presence-tach@.service file was moved into the repo so that the repo itself can determine which one to install based on how the JSON vs YAML configuration option is set. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I4c00f0854974c70efb5097d0344c45385dbcb085
Diffstat (limited to 'meta-phosphor/recipes-phosphor/fans/phosphor-fan')
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-fan/phosphor-fan-presence-tach@.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-fan/phosphor-fan-presence-tach@.service b/meta-phosphor/recipes-phosphor/fans/phosphor-fan/phosphor-fan-presence-tach@.service
deleted file mode 100644
index a324740c5..000000000
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-fan/phosphor-fan-presence-tach@.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=Phosphor Fan Presence Tach Daemon
-Wants=obmc-power-on@%i.target
-After=obmc-power-on@%i.target
-Conflicts=obmc-chassis-powered-off@%i.target
-
-[Service]
-Restart=on-failure
-ExecStart=/usr/bin/env phosphor-fan-presence-tach
-SyslogIdentifier=phosphor-fan-presence-tach
-
-[Install]
-RequiredBy=obmc-chassis-poweron@%i.target