blob: 5f18cc0d12dc2f3cfa42d5aa96a8f0e017f8822a (
plain)
1
2
3
4
5
6
7
8
9
10
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"
|