代码搜索结果
找到约 6,975 项符合
Watchdog 的代码
simulator.ini
// Disable Watchdog with pin PE_SWD
PE_SWD = 0
// perform CPU reset: uses value at PE_SWD
reset
// Include RTX-51 debug functions
include DBG_RTX.inc
// execute program til main
g, main
simulator.ini
// Disable Watchdog with pin PE_SWD
PE_SWD = 0
// perform CPU reset: uses value at PE_SWD
reset
// Include RTX-51 debug functions
include DBG_RTX.inc
// execute program til main
g, main
simulator.ini
// Disable Watchdog with pin PE_SWD
PE_SWD = 0
// perform CPU reset: uses value at PE_SWD
reset
// Include RTX-51 debug functions
include DBG_RTX.inc
// execute program til main
g, main
readme
I'd like to provide better scripts with watchdog. So if you use your own
script/binary to test the state of your system resp. to act as repair
script, please mail me a copy so I can include it here.
another-chance.sh
#!/bin/sh
# This is a "repair binary" for watchdog that allows the tests to fail N times
# within a given period before a reboot is called. Note that this "grace
# period" should really be a function
wd_keepalive.8
.TH WD_KEEPALIVE 8 "January 2005"
.UC 4
.SH NAME
wd_keepalive \- a simplified software watchdog daemon
.SH SYNOPSIS
.B wd_keepalive
.RB [ \-c " \fIfilename\fR|" \-\-config\-file " \fIfilename\fR]"
.SH
sysconf.redhat
#
# If wd_keepalive is used as watchdog daemon instead of
# /usr/sbin/watchdog.
#
#WDT_DAEMON=/usr/sbin/wd_keepalive
#
# If you need verbose message, use following option
#
#VERBOSE="yes"
#
# Module
makefile.am
man_MANS = watchdog.8 wd_keepalive.8 watchdog.conf.5
# This does not work. subdirs are not copied correctly
# for make dist... :(
EXTRA_DIST = $(man_MANS) include examples ChangeLog watchdog.lsm \
readme
Watchdog is a daemon that checks if your system is still working. If
programs in user space are not longer executed it will reboot the system.
However, this will not always work.
From the kernel:
>
rc.watchdog.suse
#! /bin/sh
# Copyright (c) 1995-1998 SuSE GmbH Nuernberg, Germany.
#
# Author: Thorsten Bonow (Toto) , 2000
# Based on example /sbin/init.d/skeleton=20
#
# /sbin/init.d/