Fix the ExecStart path for process-reboot-cause (#6044)

- Change the ExecStart path for process-reboot-cause from /usr/bin to /usr/local/bin
- Correct description and dependencies.
This commit is contained in:
Sujin Kang 2020-11-26 09:22:02 -08:00 committed by GitHub
parent 6a73f86dc3
commit d5cd4e7ea2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,8 @@
[Unit]
Description=Reboot cause determination service
After=rc-local.service
Description=Retrieve the reboot cause from the history files and save them to StateDB
Requires=database.service
After=database.service
[Service]
Type=simple
ExecStart=/usr/bin/process-reboot-cause
ExecStart=/usr/local/bin/process-reboot-cause