aports/testing/etcd/etcd.confd
Gareth Williams 8a89854d9f testing/etcd: fix inability to read config options
Fixes #7161

Options in /etc/conf.d/etcd aren't passed to the daemon.  This patch
configures etcd to read options from a YAML file instead.
2019-03-06 12:48:09 +00:00

21 lines
351 B
Plaintext

SVCNAME=etcd
PIDPATH=/var/run/${SVCNAME}
PIDFILE=${PIDPATH}/${SVCNAME}.pid
LOGPATH=/var/log/${SVCNAME}
USER=$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=""