summaryrefslogtreecommitdiff
path: root/meta-openpower
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2024-02-16 19:18:57 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-02-20 21:43:57 +0300
commit1b994ec0fda2f7032fe09d38ff6450917473dec4 (patch)
tree00f74d6852428d7f5f90363c9da0793417b2218a /meta-openpower
parenta79c8d42f8c670b218421404e46cf6030101b8d9 (diff)
downloadopenbmc-1b994ec0fda2f7032fe09d38ff6450917473dec4.tar.xz
meta-openpower: match start_host Install to p9-host-start recipe
The recipe uses a "requires" template against startmin, so adjust the service file Install directive to match in order to avoid confusion. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I62e0ad1efc0d9a7028a00cd0aaa01ce3bbb9ef40
Diffstat (limited to 'meta-openpower')
-rw-r--r--meta-openpower/recipes-phosphor/host/op-host-control/start_host@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openpower/recipes-phosphor/host/op-host-control/start_host@.service b/meta-openpower/recipes-phosphor/host/op-host-control/start_host@.service
index bfe8dbe5e5..d6870d2be5 100644
--- a/meta-openpower/recipes-phosphor/host/op-host-control/start_host@.service
+++ b/meta-openpower/recipes-phosphor/host/op-host-control/start_host@.service
@@ -17,4 +17,4 @@ Type=oneshot
RemainAfterExit=yes
[Install]
-WantedBy=obmc-host-start@%i.target
+RequiredBy=obmc-host-startmin@%i.target