]> git.pld-linux.org Git - packages/watchdog.git/blob - watchdog.sysconfig
- up to 5.16
[packages/watchdog.git] / watchdog.sysconfig
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 #
8 VERBOSE=no
9
10 # WATCHDOG_MODULES - list of watchdog modules to be preloaded (space separated)
11 # softdog module will be used is none set
12 WATCHDOG_MODULES=
13
14 # Unload watchdog kernel modules.
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.
20 WATCHDOG_UNLOAD=yes
This page took 0.083224 seconds and 3 git commands to generate.