| author | Da Risk <da_risk@geekorum.com> |
| Thu, 02 Oct 2025 19:21:02 -0400 | |
| changeset 252 | bd2674713c54 |
| parent 237 | 2dec9f3e7ad5 |
| permissions | -rw-r--r-- |
| 229 | 1 |
# you can change the init script behavior by setting those parameters |
2 |
# - group (default: nomad) |
|
3 |
# - pidfile (default: /run/nomad/nomad.pid) |
|
4 |
# - user (default: nomad) |
|
5 |
||
6 |
# upstream strongly recommends > 1 |
|
7 |
GOMAXPROCS=2 |
|
| 237 | 8 |
# extra arguments for nomad |
9 |
command_args="agent -config=/etc/nomad.d" |