summaryrefslogtreecommitdiff
path: root/libre/lirc-libre/lirc.service
diff options
context:
space:
mode:
Diffstat (limited to 'libre/lirc-libre/lirc.service')
-rw-r--r--libre/lirc-libre/lirc.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/lirc-libre/lirc.service b/libre/lirc-libre/lirc.service
new file mode 100644
index 000000000..a797d1661
--- /dev/null
+++ b/libre/lirc-libre/lirc.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Linux Infrared Remote Control
+After=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/lirc/lircd.pid
+ExecStart=/usr/sbin/lircd --driver=default --device=/dev/lirc0
+
+[Install]
+WantedBy=multi-user.target
+