Date: Tue, 17 Dec 2013 10:53:02 -0800 From: Maksim Yevmenkin <maksim.yevmenkin@gmail.com> To: "current@freebsd.org" <current@freebsd.org> Subject: [rfc] [patch] do not stop watchdog on shutdown Message-ID: <CAFPOs6oyAs%2BDvcrNM8GnWNrzEVpkkNBTrHWzb-OSO90MefnB9Q@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFPOs6oyAs%2BDvcrNM8GnWNrzEVpkkNBTrHWzb-OSO90MefnB9Q>
