From 42307e6b1a240f6378ab309b45ee308e97b5ff1a Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Wed, 14 Dec 2016 10:21:27 +0600 Subject: T210: use TOML for the vyconf config file. Add an example of the file too. --- data/examples/vyconfd.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 data/examples/vyconfd.conf (limited to 'data/examples') diff --git a/data/examples/vyconfd.conf b/data/examples/vyconfd.conf new file mode 100644 index 0000000..85a4523 --- /dev/null +++ b/data/examples/vyconfd.conf @@ -0,0 +1,17 @@ +[appliance] + +name = "Test Appliance" + +data_dir = "/usr/share/testappliance" +program_dir = "/usr/libexec/testappliance" +config_dir = "/etc/testappliance" + +# paths relative to config_dir +primary_config = "config.boot" +fallback_config = "config.failsafe" + +[vyconf] + +socket = "/var/run/vyconfd.sock" +pid_file = "/var/run/vyconfd.pid" +log_file = "/var/log/vyconfd.log" -- cgit v1.2.3