You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
701 B
26 lines
701 B
8 years ago
|
From eb06327fc1b4e8e9682cf471643ccbab35fed241 Mon Sep 17 00:00:00 2001
|
||
|
From: Alec Leamas <leamas.alec@gmail.com>
|
||
|
Date: Sat, 29 Oct 2016 11:50:23 +0200
|
||
|
Subject: [PATCH 08/10] systemd: Fix wrong path to irexec (#239).
|
||
|
|
||
|
---
|
||
|
systemd/irexec.service | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/systemd/irexec.service b/systemd/irexec.service
|
||
|
index 6eb8e6f..25ac6fc 100644
|
||
|
--- a/systemd/irexec.service
|
||
|
+++ b/systemd/irexec.service
|
||
|
@@ -20,7 +20,7 @@ Description=Handle events from IR remotes decoded by lircd(8)
|
||
|
|
||
|
|
||
|
Type=simple
|
||
|
-ExecStart=/usr/sbin/irexec /etc/lirc/irexec.lircrc
|
||
|
+ExecStart=/usr/bin/irexec /etc/lirc/irexec.lircrc
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
--
|
||
|
2.5.5
|
||
|
|