Skip to content

Commit

Permalink
Fix systemd quotes in documentation too (#9659)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano authored Dec 20, 2018
1 parent d8af80e commit 3866b5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libbeat/docs/shared-systemd.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ would override `BEAT_LOG_OPTS` to enable debug for Elasticsearch output.
["source", "systemd", subs="attributes"]
------------------------------------------------
[Service]
Environment=BEAT_LOG_OPTS="-e -d elasticsearch"
Environment="BEAT_LOG_OPTS=-e -d elasticsearch"
------------------------------------------------

To use settings from the {beatname_uc} file, empty the environment
Expand All @@ -86,7 +86,7 @@ variable. For example:
["source", "systemd", subs="attributes"]
------------------------------------------------
[Service]
Environment=BEAT_LOG_OPTS=""
Environment="BEAT_LOG_OPTS="
------------------------------------------------

To apply your changes, reload the systemd configuration and restart
Expand Down

0 comments on commit 3866b5a

Please sign in to comment.