summaryrefslogtreecommitdiff
path: root/games-server/bedrock-server/files/bedrock-server.confd
diff options
context:
space:
mode:
Diffstat (limited to 'games-server/bedrock-server/files/bedrock-server.confd')
-rw-r--r--games-server/bedrock-server/files/bedrock-server.confd7
1 files changed, 7 insertions, 0 deletions
diff --git a/games-server/bedrock-server/files/bedrock-server.confd b/games-server/bedrock-server/files/bedrock-server.confd
new file mode 100644
index 000000000000..d4185934e066
--- /dev/null
+++ b/games-server/bedrock-server/files/bedrock-server.confd
@@ -0,0 +1,7 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Dtach options, which will used, when the `attach` extra command is called.
+# By default, CTRL+D is used, and no redraw is done,
+# when you want to detach from the attached console.
+DTACH_OPTS="-e '^D' -r none"