mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
lirc: use /run instead of /var/run
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
cd485a7fe6
commit
e821e6b193
@ -10,8 +10,8 @@
|
|||||||
nodaemon = False
|
nodaemon = False
|
||||||
driver = default
|
driver = default
|
||||||
device = /dev/lirc0
|
device = /dev/lirc0
|
||||||
output = /var/run/lirc/lircd.socket
|
output = /run/lirc/lircd.socket
|
||||||
pidfile = /var/run/lirc/lircd.pid
|
pidfile = /run/lirc/lircd.pid
|
||||||
plugindir = /usr/lib/lirc/plugins
|
plugindir = /usr/lib/lirc/plugins
|
||||||
permission = 666
|
permission = 666
|
||||||
allow-simulate = No
|
allow-simulate = No
|
||||||
|
@ -33,7 +33,8 @@ PKG_PYTHON_WANTED=Python2
|
|||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-devinput \
|
PKG_CONFIGURE_OPTS_TARGET="--enable-devinput \
|
||||||
--with-gnu-ld \
|
--with-gnu-ld \
|
||||||
--without-x"
|
--without-x \
|
||||||
|
--runstatedir=/run"
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
export HAVE_WORKING_POLL=yes
|
export HAVE_WORKING_POLL=yes
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[Socket]
|
[Socket]
|
||||||
ListenStream=/var/run/lirc/lircd.socket
|
ListenStream=/run/lirc/lircd.socket
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=sockets.target
|
WantedBy=sockets.target
|
||||||
|
@ -16,4 +16,4 @@
|
|||||||
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
|
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
d /var/run/lirc 0755 root root - -
|
d /run/lirc 0755 root root - -
|
||||||
|
Loading…
x
Reference in New Issue
Block a user