summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2021-06-18 00:08:43 +0300
committerMatthew Barth <msbarth@linux.ibm.com>2021-07-07 00:53:21 +0300
commitc62cacb041ef93ee8fb6e954c238058f2057cf09 (patch)
tree19bc6d150f9e56a76beb6b8fa07bacca96511465
parentcd9db6b70866d3ec78a420c8809d97ac1621e365 (diff)
downloadopenbmc-c62cacb041ef93ee8fb6e954c238058f2057cf09.tar.xz
fans: Remove phosphor-fan-control service files
Remove the phosphor-fan-control service files in place of having them installed from the phosphor-fan-presence repository instead. Change-Id: Ief1ad849fd217ddd455ba98833a6e31917988400 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-fan/phosphor-fan-control-init@.service13
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-fan/phosphor-fan-control@.service11
2 files changed, 0 insertions, 24 deletions
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-fan/phosphor-fan-control-init@.service b/meta-phosphor/recipes-phosphor/fans/phosphor-fan/phosphor-fan-control-init@.service
deleted file mode 100644
index 96b40f666b..0000000000
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-fan/phosphor-fan-control-init@.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=Phosphor Fan Control Initialization
-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-control --init
-SyslogIdentifier=phosphor-fan-control
-
-[Install]
-WantedBy=obmc-chassis-poweron@%i.target
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-fan/phosphor-fan-control@.service b/meta-phosphor/recipes-phosphor/fans/phosphor-fan/phosphor-fan-control@.service
deleted file mode 100644
index 8c5903e08f..0000000000
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-fan/phosphor-fan-control@.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Phosphor Fan Control Daemon
-Conflicts=obmc-chassis-powered-off@%i.target
-
-[Service]
-Restart=on-failure
-ExecStart=/usr/bin/env phosphor-fan-control --control
-SyslogIdentifier=phosphor-fan-control
-
-[Install]
-RequiredBy=obmc-fan-control-ready@%i.target