[rfc] [patch] do not stop watchdog on shutdown

Maksim Yevmenkin maksim.yevmenkin at gmail.com
Tue Dec 17 18:53:04 UTC 2013


hello,

would anyone object to this patch?

max

Index: src/etc/rc.d/watchdogd
===================================================================
--- src/etc/rc.d/watchdogd      (revision 2999)
+++ src/etc/rc.d/watchdogd      (working copy)
@@ -39,4 +39,7 @@
 pidfile="/var/run/${name}.pid"

 load_rc_config $name
+
+sig_stop="${watchdogd_sig_stop:-TERM}"
+
 run_rc_command "$1"


More information about the freebsd-current mailing list