1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/watchdog_ynh.git synced 2024-06-22 05:42:53 +02:00
watchdog_ynh/doc/DESCRIPTION.md

7 lines
382 B
Markdown
Raw Normal View History

2024-02-21 04:40:50 +01:00
A watchdog service makes sure your server is still running and reboots it if necessary.
It better (only?) works if your server has a [hardware watchdog device](https://en.wikipedia.org/wiki/Watchdog_timer).
2024-02-02 20:07:47 +01:00
2024-02-02 20:17:28 +01:00
The included sercice will regularly write to `/dev/watchdog`. If it stops, then the freeze is detected and server rebooted.
This app has only been tested on Raspberry Pi.