Skip to content

Commit

Permalink
fix: owner-onboarding service should also start serviceinfoapi service
Browse files Browse the repository at this point in the history
When using systemd units the fdo-owner-onboarding-server.service should
also start fdo-serviceinfo-api-server.

Signed-off-by: Irene Diez <[email protected]>
  • Loading branch information
7flying committed Feb 15, 2023
1 parent 2797fb3 commit a58510d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/systemd/fdo-owner-onboarding-server.service
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a58510d

Please sign in to comment.