summaryrefslogtreecommitdiff
path: root/libre/lirc/irexec.service
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-01 07:52:09 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-01 07:59:21 -0300
commit3f2a8eca7c7bdcd7bcdc9b67e00f02cdef9002bf (patch)
tree8a2143d69f3b7f572060b0331fa10cd77e7b67b2 /libre/lirc/irexec.service
parentd5730eabb036bfa84f5831fa592d49222cd6ad5e (diff)
remove parabola suffix and add complex pkgrel on kernel module packages
Diffstat (limited to 'libre/lirc/irexec.service')
-rw-r--r--libre/lirc/irexec.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/lirc/irexec.service b/libre/lirc/irexec.service
new file mode 100644
index 000000000..dffbbf5e0
--- /dev/null
+++ b/libre/lirc/irexec.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=LIRC command handler
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/irexec --daemon
+
+[Install]
+WantedBy=multi-user.target
+Wants=lircd.service