mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-02 06:22:37 +01:00
18 lines
282 B
Plaintext
18 lines
282 B
Plaintext
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=""
|