summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-06-26 21:31:53 +0300
committerDevaev Maxim <[email protected]>2019-06-26 21:31:53 +0300
commit071fd62f41026565e6e012f492c5ee9b8bbb10bc (patch)
tree5eeeb0bfb318a84b061164948894afff3271c249 /configs
parent8a40b1f06294caa21bc7d43ef32da71cc1a9bc6f (diff)
override
Diffstat (limited to 'configs')
-rw-r--r--configs/kvmd/main/v0-hdmi.yaml3
-rw-r--r--configs/kvmd/main/v0-vga.yaml3
-rw-r--r--configs/kvmd/main/v1-hdmi.yaml3
-rw-r--r--configs/kvmd/main/v1-vga.yaml3
-rw-r--r--configs/kvmd/override.yaml7
5 files changed, 19 insertions, 0 deletions
diff --git a/configs/kvmd/main/v0-hdmi.yaml b/configs/kvmd/main/v0-hdmi.yaml
index a76cbb70..6f505168 100644
--- a/configs/kvmd/main/v0-hdmi.yaml
+++ b/configs/kvmd/main/v0-hdmi.yaml
@@ -1,6 +1,9 @@
# Don't touch this file otherwise your device may stop working.
+# Use override.yaml to modify required settings.
# You can find a working configuration in /usr/share/kvmd/configs.default/kvmd.
+override: !include override.yaml
+
logging: !include logging.yaml
kvmd:
diff --git a/configs/kvmd/main/v0-vga.yaml b/configs/kvmd/main/v0-vga.yaml
index 4b8a418f..ed31739a 100644
--- a/configs/kvmd/main/v0-vga.yaml
+++ b/configs/kvmd/main/v0-vga.yaml
@@ -1,6 +1,9 @@
# Don't touch this file otherwise your device may stop working.
+# Use override.yaml to modify required settings.
# You can find a working configuration in /usr/share/kvmd/configs.default/kvmd.
+override: !include override.yaml
+
logging: !include logging.yaml
kvmd:
diff --git a/configs/kvmd/main/v1-hdmi.yaml b/configs/kvmd/main/v1-hdmi.yaml
index f3403eca..5e78b971 100644
--- a/configs/kvmd/main/v1-hdmi.yaml
+++ b/configs/kvmd/main/v1-hdmi.yaml
@@ -1,6 +1,9 @@
# Don't touch this file otherwise your device may stop working.
+# Use override.yaml to modify required settings.
# You can find a working configuration in /usr/share/kvmd/configs.default/kvmd.
+override: !include override.yaml
+
logging: !include logging.yaml
kvmd:
diff --git a/configs/kvmd/main/v1-vga.yaml b/configs/kvmd/main/v1-vga.yaml
index 80e82bb9..3eb9be94 100644
--- a/configs/kvmd/main/v1-vga.yaml
+++ b/configs/kvmd/main/v1-vga.yaml
@@ -1,6 +1,9 @@
# Don't touch this file otherwise your device may stop working.
+# Use override.yaml to modify required settings.
# You can find a working configuration in /usr/share/kvmd/configs.default/kvmd.
+override: !include override.yaml
+
logging: !include logging.yaml
kvmd:
diff --git a/configs/kvmd/override.yaml b/configs/kvmd/override.yaml
new file mode 100644
index 00000000..c3190c07
--- /dev/null
+++ b/configs/kvmd/override.yaml
@@ -0,0 +1,7 @@
+# Use this file to override system settings and other configs like this:
+#
+# kvmd:
+# server:
+# heartbeat: 5.0
+#
+# It will be applied AFTER other configs and "!include" directives and BEFORE validation.