lcdproc: enable syslog logging

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-05-04 20:06:43 +02:00
parent 955bfbe35b
commit f2f7d0db32

View File

@ -43,7 +43,7 @@
# sleep another 3sec. to for irserver loading # sleep another 3sec. to for irserver loading
usleep 3000000 usleep 3000000
LCDd -c $LCD_CONFIG -d $LCD_DRIVER > /dev/null 2>&1 LCDd -c $LCD_CONFIG -d $LCD_DRIVER -s true > /dev/null 2>&1
fi fi
fi fi
)& )&