rc.d/watchdogd: a suggestion
    Andriy Gapon 
    avg at FreeBSD.org
       
    Sun Nov 27 13:13:50 UTC 2011
    
    
  
I have a suggestion to start watchdogd a little bit earlier than it is done now,
and correspondingly to stop it a little bit later during shutdown:
@@ -28,7 +28,8 @@
 #
 # PROVIDE: watchdogd
-# REQUIRE: DAEMON cleanvar
+# REQUIRE: FILESYSTEMS syslogd cleanvar
+# BEFORE:  SERVERS
 # KEYWORD: nojail shutdown
 . /etc/rc.subr
Not sure if it really has to be after syslogd, but I decided to keep that for
POLA reasons (messages in logs).
What do you think?
-- 
Andriy Gapon
    
    
More information about the freebsd-rc
mailing list