diff options
Diffstat (limited to 'libre/lirc-libre/lirc.service')
-rw-r--r-- | libre/lirc-libre/lirc.service | 12 |
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 + |