←back to thread

59 points hui-zheng | 2 comments | | HN request time: 0.423s | source
1. Liftyee ◴[] No.40217316[source]
In embedded systems watchdog timers are often used as a crash mechanism outside of the software itself, which will crash the program if it is not reset. I found this concept of crash-only software pretty neat - time to see if I can apply it.
replies(1): >>40218518 #
2. eternityforest ◴[] No.40218518[source]
There's an ongoing discussion on the Systemd issue tracker about making better use of HW watchdogs: https://github.com/systemd/systemd/issues/21083