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,
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
|