Add watchdog support on Linux (#343)

Ensures that system gets rebooted before TTL runs out.

Initial version. Open questions:

    Do we want to disable watchdog while we are not master?
This commit is contained in:
Ants Aasma
2017-06-01 16:53:46 +02:00
committed by Alexander Kukushkin
parent e3a01727a9
commit a70b46ef13
20 changed files with 1369 additions and 108 deletions
+1
View File
@@ -11,4 +11,5 @@ click>=4.1
prettytable>=0.7
tzlocal
python-dateutil
psutil
cdiff