Guest User

Untitled

a guest
Jan 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. job "sleeper" {
  2. type = "batch"
  3. datacenters = ["dc1"]
  4.  
  5. task "sleeper" {
  6. driver = "raw_exec"
  7.  
  8. config {
  9. command = "sleep"
  10. args = ["9001"]
  11. }
  12. }
  13. }
Add Comment
Please, Sign In to add comment