Skip to content

Commit

Permalink
Make determine-reboot-cause.service into a oneshot service (#12628)
Browse files Browse the repository at this point in the history
  • Loading branch information
cytsao1 authored and pull[bot] committed Apr 27, 2024
1 parent bcc92cf commit e8bc547
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Requires=rc-local.service database.service
After=rc-local.service database.service

[Service]
Type=simple
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/local/bin/determine-reboot-cause

Expand Down

0 comments on commit e8bc547

Please sign in to comment.