0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-05-21 16:48:03 +00:00
Files

11 lines
271 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
2018-07-16 20:45:36 +02:00
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2017 Matthias Reichl (hias@horus.com)
2024-07-06 11:48:56 +02:00
if [ -e "/storage/.config/lirc_options.conf" ]; then
LIRCD_OPTIONS="-O /storage/.config/lirc_options.conf"
fi
exec /usr/sbin/lircd-uinput $LIRCD_OPTIONS "$@"