start watchdogd before most of other daemons/servers

The main benefit is that watchdogd would shutdown after most of other
daemons/servers and thus, for example, would remedy a system hang caused
by unlucky X server shutdown.

Reviewed by:	dougb (earlier version)
MFC after:	2 weeks
This commit is contained in:
Andriy Gapon 2012-02-12 14:58:50 +00:00
parent 6a443d5308
commit 5a197b4612
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=231563
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
#
# PROVIDE: SERVERS
# REQUIRE: mountcritremote abi ldconfig savecore
# REQUIRE: mountcritremote abi ldconfig savecore watchdogd
# This is a dummy dependency, for early-start servers relying on
# some basic configuration.

View File

@ -28,7 +28,7 @@
#
# PROVIDE: watchdogd
# REQUIRE: DAEMON cleanvar
# REQUIRE: FILESYSTEMS cleanvar syslogd
# KEYWORD: nojail shutdown
. /etc/rc.subr