#!/bin/execlineb -P
foreground { 
	envfile -I /etc/conf.d/lm_sensors
	redirfd -w 2 /dev/null importas -sCuD "" BUS_MODULES BUS_MODULES
	exec modprobe -qabr ${BUS_MODULES}
}
foreground {
	envfile -I /etc/conf.d/lm_sensors
	redirfd -w 2 /dev/null importas -sCuD "" HWMON_MODULES HWMON_MODULES
	exec modprobe -qabr ${HWMON_MODULES}
}
