1 2 3 4 5 6 7 8 9 10
address = "0.0.0.0" port = 8080 [[service]] name = "cattest" command = "cat" args = "/var/log/messages" directory = "/" autostart = true