]> git.pld-linux.org Git - packages/watchdog.git/blame - watchdog.sysconfig
- up to 5.16
[packages/watchdog.git] / watchdog.sysconfig
CommitLineData
f92c540a
PG
1#
2# /etc/sysconfig/watchdog
3#
4# Controls the behaviour of the watchdog
5#
6# VERBOSE - Enables or disables verbose operation (logging to syslog)
7#
8VERBOSE=no
443176d9
AM
9
10# WATCHDOG_MODULES - list of watchdog modules to be preloaded (space separated)
2f4a249b 11# softdog module will be used is none set
443176d9 12WATCHDOG_MODULES=
80c4d550 13
a6d7936f 14# Unload watchdog kernel modules.
1660de7e
AM
15# yes - causes module unload on watchdog stop; if your system freezes after that
16# then watchdog no longer can help. Usually this is best setting.
17# no - makes watchdog kernel module run (and eventually reboot the system
18# if shutdown procedure doesn't finish in timeout value (60s default))
19# after watchdog daemon is stopped.
a6d7936f 20WATCHDOG_UNLOAD=yes
This page took 0.063855 seconds and 4 git commands to generate.