Merge pull request #1985 from mgwilliams/config-docs

fix an error in the 2.0 config docs
This commit is contained in:
Jonathan Boulle 2014-12-22 18:48:41 -08:00
commit 289b070aa5

View File

@ -2,7 +2,7 @@
etcd is configurable through command-line flags and environment variables. Options set on the command line take precedence over those from the environment.
The format of environment variable for flag `-my-flag` is `ENV_MY_FLAG`. It applies to all flags.
The format of environment variable for flag `-my-flag` is `ETCD_MY_FLAG`. It applies to all flags.
To start etcd automatically using custom settings at startup in Linux, using a [systemd][systemd-intro] unit is highly recommended.