about summary refs log tree commit diff stats
path: root/salaryman.toml
blob: 91cfe9b1a227345d73dcd3a1ff326613a5a8fca0 (plain) (blame)
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