blob: 03243c23fc66dccf9e24e1714ef04ddf765a89c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# you can change the init script behavior by setting those parameters
# - data_dir (default: /var/lib/consul/${SVCNAME})
# - group (default: consul)
# - pidfile (default: /run/consul/${SVCNAME}.pid)
# - user (default: consul)
# extra arguments for the consul agent
command_args="-server -config-dir=/etc/consul.d -bootstrap"
# upstream strongly recommends > 1
export GOMAXPROCS=10
|