summaryrefslogtreecommitdiff
path: root/libre/lirc-libre/lirc.service
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-08 19:13:26 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-08 19:13:26 -0200
commit70c10e2335091040600f9808f8f23efa5610492b (patch)
treebeac8057e85fc1503b923089b454790d65df2b80 /libre/lirc-libre/lirc.service
parent1f70b0c9db89bbf195901d2b9e1c6d224d2b30ae (diff)
lirc-libre-1:0.9.0-63: fix #31890 #30912 #33956 from https://bugs.archlinux.org
Diffstat (limited to 'libre/lirc-libre/lirc.service')
-rw-r--r--libre/lirc-libre/lirc.service5
1 files changed, 3 insertions, 2 deletions
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
+