# consul initialization parameters
#
# Note: this file does not attempt to set options such as -join or -dc
# Set those in the config file or by running the 'consul join' command.

# where to log. if this is not set, syslog will be used.
# it is unset by default because currently logging to a file with Consul
# requires STDOUT/STDERR redirection. This does not fit well with logrotate,
# since a restart (not reload) is necessary to switch file handles.
# if rotating files by time rather than size, the entire Consul cluster
# could be restarted simultaneously!
# LOG_FILE=/var/log/consul

USER=consul
GROUP=consul
CONFIG_FILE=/etc/consul.json
CONFIG_DIR=/etc/consul.d
PID_FILE=/var/run/consul/consul.pid
EXTRA_OPTS=""
