From 9c610430a3b94d3f881458b7b01133c9705d8d6b Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Wed, 9 May 2018 11:57:42 +0200 Subject: Put extra configs in their own files. This is more reliable and readable than just dumping things with echo. Plus it is easier for setting permissions, and it fixes some obscure problem with line endings that only happens on shovel. --- recipes-sota/config/files/30-disable-send-ip.toml | 2 ++ recipes-sota/config/files/30-example-interface.toml | 2 ++ recipes-sota/config/files/90-log-debug.toml | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 recipes-sota/config/files/30-disable-send-ip.toml create mode 100644 recipes-sota/config/files/30-example-interface.toml create mode 100644 recipes-sota/config/files/90-log-debug.toml (limited to 'recipes-sota/config/files') diff --git a/recipes-sota/config/files/30-disable-send-ip.toml b/recipes-sota/config/files/30-disable-send-ip.toml new file mode 100644 index 0000000..5cd5108 --- /dev/null +++ b/recipes-sota/config/files/30-disable-send-ip.toml @@ -0,0 +1,2 @@ +[telemetry] +report_network = false diff --git a/recipes-sota/config/files/30-example-interface.toml b/recipes-sota/config/files/30-example-interface.toml new file mode 100644 index 0000000..fc4e9ec --- /dev/null +++ b/recipes-sota/config/files/30-example-interface.toml @@ -0,0 +1,2 @@ +[uptane] +legacy_interface = "/usr/bin/example-interface" diff --git a/recipes-sota/config/files/90-log-debug.toml b/recipes-sota/config/files/90-log-debug.toml new file mode 100644 index 0000000..100a146 --- /dev/null +++ b/recipes-sota/config/files/90-log-debug.toml @@ -0,0 +1,2 @@ +[logger] +loglevel = 0 -- cgit v1.2.3-54-g00ecf