8dc43a6c72
* [Celestica-E1031] Enable CPU watchdog (#16083) Enable CPU watchdog on Celestica-E1031. * Add info syslog for cpu_wdt.service (#16678) Why I did it Add info syslog for cpu_wdt.service when trigger watchdog arm action. How I did it Add info syslog for cpu_wdt.service when trigger watchdog arm action.
11 lines
203 B
Desktop File
11 lines
203 B
Desktop File
[Unit]
|
|
Description=CPU WDT
|
|
After=platform-modules-haliburton.service
|
|
Requires=platform-modules-haliburton.service
|
|
|
|
[Service]
|
|
ExecStart=-/usr/local/bin/cpu_wdt start
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|