Skip to content

Commit

Permalink
[determine-reboot-cause] delay execution (#8935)
Browse files Browse the repository at this point in the history
Since database.service has been moved to execute after rc-local.service,
and determine-reboot-cause.service rely on database.service, we have to
specify that in "After=".

Signed-off-by: Xichen Lin <xichenlin@microsoft.com>

Co-authored-by: Xichen Lin <xichenlin@microsoft.com>
  • Loading branch information
2 people authored and judyjoseph committed Oct 14, 2021
1 parent f2103da commit ecc8dc8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Reboot cause determination service
Requires=rc-local.service
After=rc-local.service
Requires=rc-local.service database.service
After=rc-local.service database.service

[Service]
Type=simple
Expand Down

0 comments on commit ecc8dc8

Please sign in to comment.