diff options
author | Alex Auvolat <alex@adnab.me> | 2022-11-28 17:06:00 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-11-28 17:06:00 +0100 |
commit | 63e31b9ed97f34f4ea709f505c37f5e8968a0f36 (patch) | |
tree | dc01c11a7a7340c774a5b66ce40fc3962df2a094 /example/agent.hcl | |
parent | cf4285e812e58c3e87583e3efa13897b7ad38dd0 (diff) | |
download | nomad-driver-nix2-63e31b9ed97f34f4ea709f505c37f5e8968a0f36.tar.gz nomad-driver-nix2-63e31b9ed97f34f4ea709f505c37f5e8968a0f36.zip |
Not work ; must fix executor for symlink
Diffstat (limited to 'example/agent.hcl')
-rw-r--r-- | example/agent.hcl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/example/agent.hcl b/example/agent.hcl index c9dd670..f25b095 100644 --- a/example/agent.hcl +++ b/example/agent.hcl @@ -1,7 +1,7 @@ -log_level = "TRACE" +#log_level = "TRACE" -plugin "hello-driver" { - config { - shell = "bash" - } +client { +} + +plugin "exec2" { } |