Skip to content

Commit 860515a

Browse files
committed
contrib: load softdog module on Alpine/Void Linux for finit-watchdog
We need at least the softdog watchdog driver loaded for proper watchdog reset at reboot. This can safely be replaced with a hardware specific module that provides /dev/watchdog ... without one Finit will try to restart the built-in finit-watchdog service 10 times to no avail. Signed-off-by: Joachim Wiberg <[email protected]>
1 parent c85551a commit 860515a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

contrib/alpine/finit.d/available/modules.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
#module evdev
55
#module mousedev
66
#module 8139cp
7+
module softdog

contrib/void/finit.d/available/modules.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
#module evdev
55
#module mousedev
66
#module 8139cp
7+
module softdog

0 commit comments

Comments
 (0)