commit | 7573d1c356b6944c589ce6c2df7fadf94ed6acad | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Sun Apr 07 09:26:37 2019 -0700 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Sun Apr 07 14:20:40 2019 -0400 |
tree | 8a85c68d40530cc559a7209d0d706c771e02bad1 | |
parent | 85ec4ef6485de3a66e54a41808bf0ab4ef196813 [diff] |
meta-openpower: host: move all services to multi-user.target Hard-code multi-user.target instead of obmc-standby.target. (From meta-openpower rev: e2b29cdb07335dd7f874fa37771ed415b0dae6e1) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I64d736552808d55c0bf35c0cf12a83b71ca74c6a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-openpower/recipes-phosphor/host/aspeed-lpc-ctrl/pnorboot.service b/meta-openpower/recipes-phosphor/host/aspeed-lpc-ctrl/pnorboot.service index fffe13c..dc8d873 100644 --- a/meta-openpower/recipes-phosphor/host/aspeed-lpc-ctrl/pnorboot.service +++ b/meta-openpower/recipes-phosphor/host/aspeed-lpc-ctrl/pnorboot.service
@@ -6,4 +6,4 @@ ExecStart=/usr/sbin/pnorboot --size 32 [Install] -WantedBy=obmc-standby.target +WantedBy=multi-user.target
diff --git a/meta-openpower/recipes-phosphor/host/hostboot-settings/hostboot-settings.service b/meta-openpower/recipes-phosphor/host/hostboot-settings/hostboot-settings.service index 60e3ee9..fbd4c06 100644 --- a/meta-openpower/recipes-phosphor/host/hostboot-settings/hostboot-settings.service +++ b/meta-openpower/recipes-phosphor/host/hostboot-settings/hostboot-settings.service
@@ -6,4 +6,4 @@ ExecStart=/usr/bin/hb_settings --uart vuart [Install] -WantedBy=obmc-standby.target +WantedBy=multi-user.target