summaryrefslogtreecommitdiff
path: root/etc/sysctl.conf
diff options
context:
space:
mode:
authorMarc Balmer <mbalmer@cvs.openbsd.org>2008-01-05 18:38:38 +0000
committerMarc Balmer <mbalmer@cvs.openbsd.org>2008-01-05 18:38:38 +0000
commit528dae80d83bc80ce3b51ee2c946fda6da31ab55 (patch)
tree215d86071defdf7c4a9e69fb5a95bee3b497548d /etc/sysctl.conf
parent6c0b30c9946e12c84a089b8fc05d2449c28bad8a (diff)
Add commented out entries for watchdog timers. If you enable the watchdog
timeout, either set auto retriggering or start watchdogd(8)... From Mitja Muzenic. ok deraadt.
Diffstat (limited to 'etc/sysctl.conf')
-rw-r--r--etc/sysctl.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf
index f7e3cca6c26..c51f24c7adc 100644
--- a/etc/sysctl.conf
+++ b/etc/sysctl.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: sysctl.conf,v 1.45 2008/01/04 22:47:18 mbalmer Exp $
+# $OpenBSD: sysctl.conf,v 1.46 2008/01/05 18:38:37 mbalmer Exp $
#
# This file contains a list of sysctl options the user wants set at
# boot time. See sysctl(3) and sysctl(8) for more information on
@@ -30,3 +30,5 @@
#kern.usercrypto=0 # 0=Disable userland use of /dev/crypto
#kern.splassert=2 # 2=Enable with verbose error messages
#kern.nosuidcoredump=2 # 2=Put suid coredumps in /var/crash
+#kern.watchdog.period=32 # >0=Enable hardware watchdog(4) timer if available
+#kern.watchdog.auto=0 # 0=Disable automatic watchdog(4) retriggering