rpi-cecd: log to /var/log

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-06-09 20:19:16 +02:00
parent 3b2d795041
commit 6f4be78ccf

View File

@ -22,4 +22,4 @@
# runlevels: openelec
progress "starting RPi-CEC daemon"
rpi-cecd > /dev/null 2>&1 &
rpi-cecd &>/var/log/rpi-cecd.log &