mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
- move /etc/conf.d/* to /etc/lirc.conf - rename packages/sysutils/lirc/config/sysconfig_$RECEIVER to packages/sysutils/lirc/config/config_$RECEIVER
13 lines
228 B
Plaintext
Executable File
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
|
|
)&
|