aboutsummaryrefslogtreecommitdiffstats
path: root/testing/etcd/etcd.confd
blob: 0656d612e197072d2ee66f2af30ab406467e0d17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LOGPATH=/var/log/${RC_SVCNAME}
USER=$RC_SVCNAME

ETCD_CONFIG=/etc/etcd/conf.yml

# Path to the data directory.
#
# default: "${name}.etcd"
# distribution default: "/var/lib/etcd"
#
ETCD_DATA_DIR="/var/lib/etcd"

# Any additional command-line options
#
# default: ""
#
#ETCD_OPTS=""