- dont force modeprobe
- some cleanups
This commit is contained in:
Stephan Raue 2010-02-11 21:24:05 +01:00
parent b0f9ecfedc
commit 94c4248e31

View File

@ -5,13 +5,6 @@
(
progress "Starting LIRC daemon"
# insert needed modules
IFS='|'
for module in $LIRC_MODULES; do
eval "modprobe $module" >/dev/null 2>&1
done
# start lircd
mkdir -p /var/run/lirc
lircd --driver=$LIRC_DRIVER --device=$LIRC_DEVICE --output=$LIRC_OUTPUT
lircd --driver=$LIRC_DRIVER --device=$LIRC_DEVICE --output=$LIRC_OUTPUT
)&