aboutsummaryrefslogtreecommitdiff
blob: c70c8ccf20d8fc0b43ededd39a41e5a97b87aad5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Reload modules on a watchdogrestart
#

addon_main() {
	if yesno "${WATCHDOG_RELOAD_DVB_MODULES}"; then
		dvb-reload-modules reload
	fi
	return 0
}