Link Search Menu Expand Document

binary

The binary field determines the path where the program binary is located. Which can also be defined as the first argument of args see.

Summary

FIELD       binary
PATH        program[N].binary
PARENT      program
TYPE        String
DEFAULT     ""

Example

[[program]]
  binary = "/usr/bin/path"
  args = "-jar myapp.jar"
  env = ["HOME=/", "USER=root"]
  stdout = "/dev/vtty"
  stderr = "/dev/vtty"
  bootstrap = ["SLEEP 3000"]
  cwd = "/"

CLI Flag

--program[0].binary="/usr/bin/path"

Copyright © 2020 Vorteil.io. Support website for Vorteil.io