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]
|
[Unit]
|
||||||
Description=Reboot cause determination service
|
Description=Retrieve the reboot cause from the history files and save them to StateDB
|
||||||
After=rc-local.service
|
Requires=database.service
|
||||||
|
After=database.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/process-reboot-cause
|
ExecStart=/usr/local/bin/process-reboot-cause
|
||||||
|
Reference in New Issue
Block a user