summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-core
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-04-16 22:11:51 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-22 16:36:01 +0300
commit918d82348a855ec76d778692f27f70f2a81e0cfc (patch)
treebda99d6b5bb68f4fd7e559e4ffeb45b98282e266 /meta-phosphor/recipes-core
parent17e3cac74382acda927c9c132c0c0ea946b2fb5d (diff)
downloadopenbmc-918d82348a855ec76d778692f27f70f2a81e0cfc.tar.xz
meta-phosphor: drop obmc-standby systemd target
The obmc-standby.target is no longer used, and therefore should be dropped. (From meta-phosphor rev: 381e36eb42c19ae1886fba91aa8551c3c12a9902) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ib941989130be497ef6e7c72cdacf46de6c318792 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-core')
-rw-r--r--meta-phosphor/recipes-core/systemd/obmc-targets.bb1
-rw-r--r--meta-phosphor/recipes-core/systemd/obmc-targets/obmc-standby.target9
2 files changed, 0 insertions, 10 deletions
diff --git a/meta-phosphor/recipes-core/systemd/obmc-targets.bb b/meta-phosphor/recipes-core/systemd/obmc-targets.bb
index 1a13ea3a9..00c21b93a 100644
--- a/meta-phosphor/recipes-core/systemd/obmc-targets.bb
+++ b/meta-phosphor/recipes-core/systemd/obmc-targets.bb
@@ -75,7 +75,6 @@ SYSTEMD_SERVICE_${PN} += " \
obmc-fan-control.target \
obmc-fan-control-ready@.target \
obmc-fan-watchdog-takeover.target \
- obmc-standby.target \
"
SYSTEMD_SERVICE_${PN} += "${@compose_list(d, 'CHASSIS_SYNCH_FMT', 'CHASSIS_SYNCH_TARGETS')}"
diff --git a/meta-phosphor/recipes-core/systemd/obmc-targets/obmc-standby.target b/meta-phosphor/recipes-core/systemd/obmc-targets/obmc-standby.target
deleted file mode 100644
index 95044a404..000000000
--- a/meta-phosphor/recipes-core/systemd/obmc-targets/obmc-standby.target
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=Phosphor System - Standby
-Requires=multi-user.target
-RefuseManualStart=yes
-RefuseManualStop=yes
-AllowIsolate=yes
-
-[Install]
-WantedBy=multi-user.target