mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
6 lines
171 B
Plaintext
6 lines
171 B
Plaintext
# expected to be run from this directory
|
|
# LOGS variable is set, but it should usually be /dev/null
|
|
# CONSOLE_VARIANT is also set
|
|
# launch daemon
|
|
daemon >> "${LOGS}" 2>&1
|