a416f49676
Haliburton needed watchdog daemon to monitor the basic health of a machine. If something goes wrong, such as a crashing program overloading the CPU, or no more free memory on the system, watchdog can safely reboot the machine,
7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
depmod -a
|
|
systemctl enable platform-modules-haliburton.service
|
|
systemctl start platform-modules-haliburton.service
|
|
|
|
systemctl enable cpu_wdt.service
|
|
systemctl start cpu_wdt.service
|