mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
Fix example
This commit is contained in:
@@ -203,7 +203,7 @@ service {
|
||||
check {
|
||||
type = "script"
|
||||
command = "/bin/bash"
|
||||
args = ["test", "-f", "/tmp/file.txt"]
|
||||
args = ["-c", "test -f /tmp/file.txt"]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user