mirror of
https://github.com/openwrt/packages.git
synced 2025-07-14 15:24:47 +00:00
Conserver is an application that allows multiple users to use serial consoles at the same time, with logging. It has a client- server design which makes it easy to manage a distributed set of serial consoles. Logging makes post-crash analyses easier. Signed-off-by: Bjørn Mork <bjorn@mork.no>
5 lines
44 B
CFEngine3
5 lines
44 B
CFEngine3
config * {
|
|
master localhost;
|
|
port 3109;
|
|
}
|