af63204497
Resolves: rhbz#2168089 Signed-off-by: Peter Robinson <pbrobinson@redhat.com>
28 lines
1005 B
Diff
28 lines
1005 B
Diff
From a58510d8ea798701745bf7513364dbfc485f08fb Mon Sep 17 00:00:00 2001
|
|
From: Irene Diez <idiez@redhat.com>
|
|
Date: Wed, 15 Feb 2023 16:12:59 +0100
|
|
Subject: [PATCH] fix: owner-onboarding service should also start
|
|
serviceinfoapi service
|
|
|
|
When using systemd units the fdo-owner-onboarding-server.service should
|
|
also start fdo-serviceinfo-api-server.
|
|
|
|
Signed-off-by: Irene Diez <idiez@redhat.com>
|
|
---
|
|
examples/systemd/fdo-owner-onboarding-server.service | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/examples/systemd/fdo-owner-onboarding-server.service b/examples/systemd/fdo-owner-onboarding-server.service
|
|
index 97d3ee49..dc875ce2 100644
|
|
--- a/examples/systemd/fdo-owner-onboarding-server.service
|
|
+++ b/examples/systemd/fdo-owner-onboarding-server.service
|
|
@@ -5,6 +5,7 @@ After=network-online.target
|
|
[Service]
|
|
Environment=LOG_LEVEL=info
|
|
ExecStart=/usr/libexec/fdo/fdo-owner-onboarding-server
|
|
+ExecStartPost=/usr/libexec/fdo/fdo-serviceinfo-api-server
|
|
# restart and failure condition
|
|
|
|
[Install]
|
|
|