parent
1c610f9721
commit
fc90355112
@ -0,0 +1,25 @@
|
|||||||
|
From 761c3c3f035192610cd563747ed7e3c205fbf937 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Alec Leamas <leamas.alec@gmail.com>
|
||||||
|
Date: Wed, 16 Nov 2016 08:03:13 +0100
|
||||||
|
Subject: [PATCH] systemd: Add missing lircd-setup.service to distribution
|
||||||
|
(#243).
|
||||||
|
|
||||||
|
---
|
||||||
|
systemd/Makefile.am | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/systemd/Makefile.am b/systemd/Makefile.am
|
||||||
|
index bfa339d..1cd80b5 100644
|
||||||
|
--- a/systemd/Makefile.am
|
||||||
|
+++ b/systemd/Makefile.am
|
||||||
|
@@ -2,6 +2,7 @@
|
||||||
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
|
dist_systemdsystemunit_DATA = lircd.socket lircd.service \
|
||||||
|
+ lircd-setup.service \
|
||||||
|
lircd-uinput.service \
|
||||||
|
lircmd.service \
|
||||||
|
irexec.service
|
||||||
|
--
|
||||||
|
2.5.5
|
||||||
|
|
@ -0,0 +1,29 @@
|
|||||||
|
From a6984f0249dbe5ec265af2df547526c2255bcf5c Mon Sep 17 00:00:00 2001
|
||||||
|
From: Alec Leamas <leamas.alec@gmail.com>
|
||||||
|
Date: Wed, 7 Dec 2016 18:21:25 +0100
|
||||||
|
Subject: [PATCH] slusk
|
||||||
|
|
||||||
|
---
|
||||||
|
systemd/lircd-setup.service | 10 ++++++++++
|
||||||
|
1 file changed, 10 insertions(+)
|
||||||
|
create mode 100644 systemd/lircd-setup.service
|
||||||
|
|
||||||
|
diff --git a/systemd/lircd-setup.service b/systemd/lircd-setup.service
|
||||||
|
new file mode 100644
|
||||||
|
index 0000000..d448229
|
||||||
|
--- /dev/null
|
||||||
|
+++ b/systemd/lircd-setup.service
|
||||||
|
@@ -0,0 +1,10 @@
|
||||||
|
+[Unit]
|
||||||
|
+Documentation=man:lircd-setup(8)
|
||||||
|
+Description=lircd(8) initialization helper tool
|
||||||
|
+
|
||||||
|
+[Service]
|
||||||
|
+Type=oneshot
|
||||||
|
+ExecStart=/usr/sbin/lircd-setup
|
||||||
|
+
|
||||||
|
+[Install]
|
||||||
|
+WantedBy=multi-user.target
|
||||||
|
--
|
||||||
|
2.5.5
|
||||||
|
|
Loading…
Reference in new issue