freebsd-nq/etc/rc.d
Maksim Yevmenkin 2ae4b3d100 when watchdogd is asked to exit nicely (via SIGTERM) it will
stop timer. since watchdogd rc.d script is marked as 'shutdown'
it will exit (on shutdown) and stop timer. if system happens to
hung after watchdogd exited, manual reset is required. when one
operates in "lights-out" type of environments and without
readily available "remote hands" it could create a problem.

this provides ability to override "stop signal" for watchdogd.
default behavior is preserved, i.e. watchdogd will still be killed
via SIGTERM and timer will be stopped. in order to activate new
feature, one needs to put

watchdogd_sig_stop="KILL"

into /etc/rc.conf and also make sure watchdogd timeout is set
to long enough value allowing system to come back online before
timeout fires.

Obtained from:	Netflix
MFC after:	1 week
2014-04-16 22:26:42 +00:00
..
abi
accounting
addswap - Add vnode-backed swap space specification support. This is enabled when 2013-06-27 18:28:45 +00:00
adjkerntz
amd
apm
apmd
archdep
atm1
atm2
atm3
auditd
auditdistd
bgfsck
bluetooth
bootparams
bridge
bsnmpd Pass pidfile to bsnmpd if it's been changed (parts cut/pasted from 2013-08-19 05:37:49 +00:00
bthidd
casperd Start-up script for casperd daemon. 2013-12-16 11:03:59 +00:00
ccd
cleanvar
cleartmp
cron
ctld Bring in the new iSCSI target and initiator. 2013-09-14 15:29:06 +00:00
DAEMON
ddb
defaultroute
devd Update userspace users of hw.bus.devctl_disable. 2014-03-26 02:25:40 +00:00
devfs
dhclient
dmesg
dumpon
faith
FILESYSTEMS
fsck - Add vnode-backed swap space specification support. This is enabled when 2013-06-27 18:28:45 +00:00
ftp-proxy Add support for multiple instances of ftp-proxy 2013-11-13 03:50:31 +00:00
ftpd
gbde
geli
geli2
gptboot
gssd
hastd
hcsecd
hostapd Implement ifconfig_wlanX="HOSTAP". 2013-06-26 04:00:52 +00:00
hostid
hostid_save
hostname
inetd
initrandom As userland writing to /dev/random is no more, remove the "better than nothing" bootstrap mode. 2013-10-06 12:43:42 +00:00
ip6addrctl
ipfilter ipfilter 5.1.2 no longer supports sysctl. Use ipf -V to determine if 2013-09-10 13:48:33 +00:00
ipfs ipfilter 5.1.2 no longer supports sysctl. Use ipf -V to determine if 2013-09-10 13:48:33 +00:00
ipfw
ipmon ipfilter 5.1.2 no longer supports sysctl. Use ipf -V to determine if 2013-09-10 13:48:33 +00:00
ipnat
ipsec
iscsictl Bring in the new iSCSI target and initiator. 2013-09-14 15:29:06 +00:00
iscsid Bring in the new iSCSI target and initiator. 2013-09-14 15:29:06 +00:00
jail Rev 256256 had an undocumented side effect of breaking existing behavior 2013-12-08 05:55:55 +00:00
kadmind
kerberos
keyserv
kfd
kld
kldxref
kpasswdd
ldconfig
local
local_unbound Move local_unbound up in the rc order. 2013-09-23 20:03:23 +00:00
localpkg
lockd
LOGIN
lpd
Makefile Remove IPX support. 2014-03-14 02:58:48 +00:00
mdconfig Loosen the processing of *_IF_aliasN vars to be less strict. Previously, 2014-04-07 22:40:29 +00:00
mdconfig2 Loosen the processing of *_IF_aliasN vars to be less strict. Previously, 2014-04-07 22:40:29 +00:00
mixer
motd
mountcritlocal
mountcritremote
mountd
mountlate
moused
mroute6d
mrouted
msgs
natd
netif Remove more remnants of ng_fec(4). 2013-10-28 16:21:31 +00:00
netoptions
netwait
NETWORKING Forgotten in r255825: NETWORKING requires local_unbound. 2013-09-24 11:49:04 +00:00
newsyslog
nfscbd
nfsclient
nfsd
nfsuserd
nisdomain
nscd
nsswitch
ntpd
ntpdate Remove remnants of BIND from /etc, since there is no BIND in base now. 2013-11-05 09:30:06 +00:00
opensm
othermta
pf
pflog Add support for multiple instances of ftp-proxy 2013-11-13 03:50:31 +00:00
pfsync When stopping pfsync, remove the pfsync interface's syncpeer setting. 2013-07-15 08:48:45 +00:00
postrandom
power_profile
powerd
ppp
pppoed
pwcheck
quota
random
rarpd
rctl Allow overriding rctl.conf(5) file location for /etc/rc.d/rctl 2014-02-15 14:50:47 +00:00
resolv
rfcomm_pppd_server
root
route6d
routed
routing Remove IPX support. 2014-03-14 02:58:48 +00:00
rpcbind Remove remnants of BIND from /etc, since there is no BIND in base now. 2013-11-05 09:30:06 +00:00
rtadvd Add a reload command. 2013-10-22 07:44:26 +00:00
rtsold
rwho
savecore After writing a kernel core dump into /var/crash, call sync(8). 2013-08-28 15:12:15 +00:00
sdpd
securelevel
sendmail Enable the automatic creation of a certificate (if one does not exists) 2013-10-19 18:51:06 +00:00
serial
SERVERS
sppp
sshd Upgrade to OpenSSH 6.5p1. 2014-01-31 13:12:02 +00:00
statd
static_arp
static_ndp
stf
swap - Add vnode-backed swap space specification support. This is enabled when 2013-06-27 18:28:45 +00:00
swaplate - Add vnode-backed swap space specification support. This is enabled when 2013-06-27 18:28:45 +00:00
syscons
sysctl Do not exit with non-zero return code if sysctl.conf or sysctl.conf.local files 2014-01-21 18:57:49 +00:00
syslogd Remove remnants of BIND from /etc, since there is no BIND in base now. 2013-11-05 09:30:06 +00:00
timed
tmp
ubthidhci
ugidfw
utx
var
virecover
watchdogd when watchdogd is asked to exit nicely (via SIGTERM) it will 2014-04-16 22:26:42 +00:00
wpa_supplicant
ypbind
yppasswdd
ypserv
ypset
ypupdated
ypxfrd
zfs rc.d/zfs: pass -v option to zfs mount 2013-07-09 08:59:39 +00:00
zvol