wd_keepalive.8

来自「watchdog source watchdog source」· 8 代码 · 共 42 行

8
42
字号
.TH WD_KEEPALIVE 8 "January 2005".UC 4.SH NAMEwd_keepalive \- a simplified software watchdog daemon.SH SYNOPSIS.B wd_keepalive.RB [ \-c " \fIfilename\fR|" \-\-config\-file " \fIfilename\fR]".SH DESCRIPTIONThis is a simplified version of the watchdog daemon. It only opens.IR /dev/watchdog , and keeps writing to it often enough to keep the kernel from resetting,at least once per minute. Each write delays the reboottime another minute. After a minute of inactivity the watchdog hardware willcause a reset. In the case of the software watchdog the ability to reboot will depend on the state of the machines and interrupts..PPThe wd_keepalive daemon can be stopped without causing a reboot if the device .I /dev/watchdogis closed correctly, unless your kernel is compiled with the.I CONFIG_WATCHDOG_NOWAYOUToption enabled..SH OPTIONSAvailable command line options are the following:.TP.BR \-c " \fIconfig-file\fR, " \-\-config\-file " \fIconfig-file"Use.I config-fileas the configuration file instead of the default .IR /etc/watchdog.conf ..SH FILES.TP.I /dev/watchdog  The watchdog device..TP.I /var/run/wd_keepalive.pid The pid file of the running .BR wd_keepalive ..SH "SEE ALSO".BR watchdog.conf (5).TP.BR watchdog (8)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?