From df01a0e41c2338654de4b9cfcd9bb93222391455 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 4 Oct 2012 13:58:22 -0300 Subject: lirc-libre-1:0.9.0-28: updating revision (adding systemd units) --- libre/lirc-libre/lirc.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libre/lirc-libre/lirc.service (limited to 'libre/lirc-libre/lirc.service') diff --git a/libre/lirc-libre/lirc.service b/libre/lirc-libre/lirc.service new file mode 100644 index 000000000..953601fd3 --- /dev/null +++ b/libre/lirc-libre/lirc.service @@ -0,0 +1,11 @@ +[Unit] +Description=Linux Infrared Remote Control + +[Service] +ExecStartPre=/usr/bin/ln -sf /run/lirc/lircd /dev/lircd +ExecStart=/usr/sbin/lircd --pidfile=/run/lirc/lircd.pid +Type=forking +PIDFile=/run/lirc/lircd.pid + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf