Skip to content

Commit

Permalink
memcached: Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Oct 8, 2024
1 parent 60fe6c2 commit 6308af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/memcached.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ job "memcached" {
check {
type = "script"
task = "memcached"
command = "/usr/bin/bash"
command = "/usr/bin/nc"
args = ["-zv", "localhost", "11211"]
interval = "10s"
timeout = "1s"
Expand Down

0 comments on commit 6308af9

Please sign in to comment.