Hi,
Ollifi wrote:That would be useful in crash situations ?
No, as already said... you'd need a watchdog.
Watchdog is a device (or just a tiny block inside a processor, I saw even it as just a piece of software) that needs to be periodicaly kicked by monitored device. If not, it performs its reset.
The software watchdog is not really very reliable, because if the system crashes, then the watchdog is also out of order... so, I preffer hardware-based watchdogs.
Here hasn't been much debate about watchdogs so far... RasPi is obviously reliable enough.
If you're planning to install RasPi to a remote location, where conditions would not be very friendly ("low quality" power supply, for example), then the watchdog might be one of the options to make the overall system more resilient and with shorter downtimes. But then the watchdog is definitelly not the first and the only one thing required.
Best wishes, Ivan Zilic.