Files
Arch-R/packages/sysutils/lirc/init.d/32_lirc
Stephan Raue af89ea5020 lirc:
- move /etc/conf.d/* to /etc/lirc.conf
- rename packages/sysutils/lirc/config/sysconfig_$RECEIVER to packages/sysutils/lirc/config/config_$RECEIVER
2010-03-25 10:37:45 +01:00

13 lines
228 B
Plaintext
Executable File

# start the LIRC daemon
#
# runlevels: openelec, textmode
(
progress "Starting LIRC daemon"
. /etc/lirc.conf
$IONICE mkdir -p /var/run/lirc
lircd --driver=$LIRC_DRIVER --device=$LIRC_DEVICE --output=$LIRC_OUTPUT
)&