eventlircd: disable debug output again

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-08-21 17:15:26 +02:00
parent 5abd5e113b
commit 783ac7e7e2
2 changed files with 1 additions and 3 deletions

View File

@ -1 +0,0 @@
EVENTLIRCD_DEBUG="-vvv"

View File

@ -2,8 +2,7 @@
Description=Eventlirc server daemon
[Service]
EnvironmentFile=-/run/openelec/debug/eventlircd.conf
ExecStart=/usr/sbin/eventlircd -f --evmap=/etc/eventlircd.d --socket=/var/run/lirc/lircd --release=_UP $EVENTLIRCD_DEBUG
ExecStart=/usr/sbin/eventlircd -f --evmap=/etc/eventlircd.d --socket=/var/run/lirc/lircd --release=_UP
KillMode=process
[Install]