From a58510d8ea798701745bf7513364dbfc485f08fb Mon Sep 17 00:00:00 2001 From: Irene Diez 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 --- 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 97d3ee49f..dc875ce2a 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]