blob: b15e19c770139c96631791ea5d085319c3bdcd52 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# you can change the init script behavior by setting those parameters
# - group (default: consul)
# - pidfile (default: /run/consul/consul.pid)
# - user (default: consul)
# extra arguments for the consul agent
command_args="-config-dir=/etc/consul.d"
# upstream strongly recommends > 1
GOMAXPROCS=2
|