From d3fb280a146759ca1468c1773f41599b4fabb5fa Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Sat, 17 Dec 2022 10:31:03 -0500 Subject: initial --- sample-config.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sample-config.toml (limited to 'sample-config.toml') diff --git a/sample-config.toml b/sample-config.toml new file mode 100644 index 0000000..5f18cc0 --- /dev/null +++ b/sample-config.toml @@ -0,0 +1,11 @@ +[[handlers]] +name = "sample" +rpc = "cgi" +exec = "sample-cgi-handler.sh" +intervalSeconds = "60" + +# [[handlers]] +# name = "another" +# rpc = "cgi" +# exec = "another-cgi-handler.sh" +# intervalSeconds = "10" \ No newline at end of file -- cgit v1.2.3