equal
deleted
inserted
replaced
1 # you can change the init script behavior by setting those parameters |
1 # you can change the init script behavior by setting those parameters |
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 |
|
7 command_args="-config=/etc/nomad.d" |
|
8 |
|
9 # upstream strongly recommends > 1 |
6 # upstream strongly recommends > 1 |
10 GOMAXPROCS=2 |
7 GOMAXPROCS=2 |
|
8 # extra arguments for nomad |
|
9 command_args="agent -config=/etc/nomad.d" |