1 # This is a POSIX shell fragment -*- sh -*-
3 # To configure the Open vSwitch reliability packages, modify the following.
4 # Afterward, the watchdog timer and oops handling will be configured
5 # automatically at boot time. It can be started immediately with
6 # /etc/init.d/openvswitch-wdt start
8 # Defaults for initscript
9 # sourced by /etc/init.d/openvswitch-wdt
10 # installed at /etc/default/openvswitch-wdt by the maintainer scripts
12 # OOPS_REBOOT_TIME: The number of seconds the system should wait until it
13 # reboots when the kernel oops. A value of zero causes the system to
17 # WDT_TIMEOUT: The number of seconds the watchdog timer should wait until
18 # it reboots the system when it hasn't received a keep-alive. A value
19 # of zero disables the watchdog timer.
22 # WDT_INTERVAL: The number of seconds to wait between sending keep-alive
23 # messages to the watchdog timer.