1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-04-29 21:21:54 +01:00
Files
operating-system/buildroot/package/dtach/Config.in
2018-03-17 23:47:00 +00:00

11 lines
312 B
Plaintext

config BR2_PACKAGE_DTACH
bool "dtach"
depends on BR2_USE_MMU # fork()
help
dtach is a tiny program that emulates the detach feature of
screen, allowing you to run a program in an environment that
is protected from the controlling terminal and attach to it
later.
http://dtach.sourceforge.net/