From 70c10e2335091040600f9808f8f23efa5610492b Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 8 Oct 2013 19:13:26 -0200 Subject: lirc-libre-1:0.9.0-63: fix #31890 #30912 #33956 from https://bugs.archlinux.org --- libre/lirc-libre/lirc.service | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libre/lirc-libre/lirc.service') diff --git a/libre/lirc-libre/lirc.service b/libre/lirc-libre/lirc.service index 2123348fd..a797d1661 100644 --- a/libre/lirc-libre/lirc.service +++ b/libre/lirc-libre/lirc.service @@ -1,11 +1,12 @@ [Unit] Description=Linux Infrared Remote Control +After=network.target [Service] -ExecStartPre=/usr/bin/ln -sf /run/lirc/lircd /dev/lircd -ExecStart=/usr/bin/lircd --pidfile=/run/lirc/lircd.pid Type=forking PIDFile=/run/lirc/lircd.pid +ExecStart=/usr/sbin/lircd --driver=default --device=/dev/lirc0 [Install] WantedBy=multi-user.target + -- cgit v1.2.3-54-g00ecf