Files
extra/lirc/lircd.run
2025-06-22 20:39:04 -05:00

4 lines
74 B
Bash

#!/bin/sh
[ -r conf ] && . ./conf
exec /usr/sbin/lircd ${LIRCD_OPTS} 2>&1