sys-cluster/nomad/files/nomad.confd
author Da Risk <da_risk@geekorum.com>
Sat, 20 Feb 2021 15:30:24 -0400
changeset 244 dd84d90b2177
parent 237 2dec9f3e7ad5
permissions -rw-r--r--
remove pep257-> replaced by pydocstyle

# you can change the init script behavior by setting those parameters
# - group (default: nomad)
# - pidfile (default: /run/nomad/nomad.pid)
# - user (default: nomad)

# upstream strongly recommends > 1
GOMAXPROCS=2
# extra arguments for nomad
command_args="agent -config=/etc/nomad.d"