Browse Source

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.
OPENBSD_4_3
mbalmer 16 years ago
parent
commit
4546b03155
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/etc/sysctl.conf

+ 3
- 1
src/etc/sysctl.conf View File

@ -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

Loading…
Cancel
Save