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 <[email protected]>

Co-authored-by: Xichen Lin <[email protected]>
2 people authored and qiluo-msft committed Oct 15, 2021

Verified

This commit was signed with the committer’s verified signature.
renovate-bot Mend Renovate
1 parent 94456b1 commit dfc4bc5
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

0 comments on commit dfc4bc5

Please sign in to comment.