summaryrefslogtreecommitdiff
path: root/libre/lirc-libre/lircm.service
diff options
context:
space:
mode:
Diffstat (limited to 'libre/lirc-libre/lircm.service')
-rw-r--r--libre/lirc-libre/lircm.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/lirc-libre/lircm.service b/libre/lirc-libre/lircm.service
new file mode 100644
index 000000000..c0b5e36b7
--- /dev/null
+++ b/libre/lirc-libre/lircm.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=LIRC Mouse
+Requires=lirc.service
+After=network.target lirc.service
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/lircmd
+
+[Install]
+WantedBy=multi-user.target
+