equal
deleted
inserted
replaced
2 # - group (default: nomad) |
2 # - group (default: nomad) |
3 # - pidfile (default: /run/nomad/nomad.pid) |
3 # - pidfile (default: /run/nomad/nomad.pid) |
4 # - user (default: nomad) |
4 # - user (default: nomad) |
5 |
5 |
6 # extra arguments for the consul agent |
6 # extra arguments for the consul agent |
7 command_args="-config-dir=/etc/nomad.d" |
7 command_args="-config=/etc/nomad.d" |
8 |
8 |
9 # upstream strongly recommends > 1 |
9 # upstream strongly recommends > 1 |
10 GOMAXPROCS=2 |
10 GOMAXPROCS=2 |