aboutsummaryrefslogtreecommitdiff
path: root/net/conserver/files/console.cf
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2017-04-20 15:32:59 +0200
committerBjørn Mork <bjorn@mork.no>2017-06-04 11:22:43 +0200
commitf42caaffb804d3e1d089498adea3c4dceb931787 (patch)
tree28a5a6d2e79e9b4bf2e107e929b6fa894b805ad6 /net/conserver/files/console.cf
parent6a50d4754e22bc7885e8bf543f5ebecaa9f649b5 (diff)
conserver: add advanced serial console package
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>
Diffstat (limited to 'net/conserver/files/console.cf')
-rw-r--r--net/conserver/files/console.cf4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/conserver/files/console.cf b/net/conserver/files/console.cf
new file mode 100644
index 000000000..677b31cf5
--- /dev/null
+++ b/net/conserver/files/console.cf
@@ -0,0 +1,4 @@
+config * {
+ master localhost;
+ port 3109;
+}