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:
parent
6a73f86dc3
commit
d5cd4e7ea2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user