mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
11 lines
204 B
Plaintext
Executable File
11 lines
204 B
Plaintext
Executable File
# start the LIRC daemon
|
|
#
|
|
# runlevels: openelec, text
|
|
|
|
(
|
|
progress "Starting LIRC daemon"
|
|
|
|
$IONICE mkdir -p /var/run/lirc
|
|
lircd --driver=$LIRC_DRIVER --device=$LIRC_DEVICE --output=$LIRC_OUTPUT
|
|
)&
|