35625d45d169a2aa0ac8cc503350b2d4a25a9f34
[sliver-openvswitch.git] / debian / openvswitch-wdt.default
1 # This is a POSIX shell fragment                -*- sh -*-
2
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
7
8 # Defaults for initscript
9 # sourced by /etc/init.d/openvswitch-wdt
10 # installed at /etc/default/openvswitch-wdt by the maintainer scripts
11
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 
14 # wait forever.
15 OOPS_REBOOT_TIME=1
16
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.
20 WDT_TIMEOUT=30
21
22 # WDT_INTERVAL: The number of seconds to wait between sending keep-alive
23 # messages to the watchdog timer.
24 WDT_INTERVAL=1