- add fastboot code
This commit is contained in:
Stephan Raue 2010-03-06 13:27:24 +01:00
parent a924bf21d0
commit e22833ce35

View File

@ -5,6 +5,6 @@
(
progress "Starting LIRC daemon"
mkdir -p /var/run/lirc
$IONICE mkdir -p /var/run/lirc
lircd --driver=$LIRC_DRIVER --device=$LIRC_DEVICE --output=$LIRC_OUTPUT
)&