Fix example

This commit is contained in:
Seth Vargo
2016-10-31 16:49:08 -04:00
parent ef9fba3f6a
commit a9ec7d6afa

View File

@@ -203,7 +203,7 @@ service {
check {
type = "script"
command = "/bin/bash"
args = ["test", "-f", "/tmp/file.txt"]
args = ["-c", "test -f /tmp/file.txt"]
}
}
```