diff options
author | smkelly <smkelly@FreeBSD.org> | 2003-06-26 09:50:52 +0000 |
---|---|---|
committer | smkelly <smkelly@FreeBSD.org> | 2003-06-26 09:50:52 +0000 |
commit | d45e58ad731761c5ee7051580c01c0a05c8d9322 (patch) | |
tree | 98951546927e0d8bb8a7c45b699a83ac3f8e84a9 /etc/defaults | |
parent | 1cee3fa00127dc5a0eac1e6b6d9f489d1324437f (diff) | |
download | FreeBSD-src-d45e58ad731761c5ee7051580c01c0a05c8d9322.zip FreeBSD-src-d45e58ad731761c5ee7051580c01c0a05c8d9322.tar.gz |
- Add a software watchdog facility.
This commit has two pieces. One half is the watchdog kernel code which lives
primarily in hardclock() in sys/kern/kern_clock.c. The other half is a userland
daemon which, when run, will keep the watchdog from firing while the userland
is intact and functioning.
Approved by: jeff (mentor)
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/rc.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 1b6f066..d7623ac 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -430,6 +430,7 @@ jail_list="" # Space separated list of names of jails jail_set_hostname_allow="YES" # Allow root user in a jail to change its hostname jail_socket_unixiproute_only="YES" # Route only TCP/IP within a jail jail_sysvipc_allow="NO" # Allow SystemV IPC use from within a jail +watchdogd_enable="NO" # Start the software watchdog daemon ############################################################## ### Define source_rc_confs, the mechanism used by /etc/rc.* ## |