Changes between Version 6 and Version 7 of watchdog
- Timestamp:
- 10/05/2020 03:56:22 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
watchdog
v6 v7 96 96 * network checks 97 97 98 Note that the watchdog daemon is installed but not configured to run on boot. To configure it to run on boot, setup the watchdog for a 30sec timeout and simply tickle the watchdog every 5 seconds: 98 **On the Gateworks Ubuntu based pre-built images the watchdog package is installed and configured to start on boot** as below, however if you are using a different OS you may need to do these steps manually. 99 100 To configure the watchdog daemon to run on boot, setup the watchdog for a 30sec timeout and simply tickle the watchdog every 5 seconds: 99 101 1. Create a conf file: 100 102 {{{ … … 108 110 EOF 109 111 }}} 110 2. create an executable init script :112 2. create an executable init script (if not already present in your filesystem): 111 113 {{{ 112 114 #!bash … … 118 120 chmod +x /etc/init.d/watchdog 119 121 }}} 120 3. configure as a system service to start on boot, priority 1 :122 3. configure as a system service to start on boot, priority 1 (if not already present in your filesyste): 121 123 {{{ 122 124 #!bash