Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

telegraf.service remove curly brackets on $TELEGRAF_OPTS #3354

Merged

Commits on Oct 17, 2017

  1. removed curly braces around TELEGRAF_OPTS

    https://www.freedesktop.org/software/systemd/man/systemd.service.html
    
    Basic environment variable substitution is supported. Use "${FOO}" as part of a word, or as a word of its own, on the command line, in which case it will be replaced by the value of the environment variable including all whitespace it contains, resulting in a single argument. Use "$FOO" as a separate word on the command line, in which case it will be replaced by the value of the environment variable split at whitespace, resulting in zero or more arguments. For this type of expansion, quotes are respected when splitting into words, and afterwards removed.
    clheikes authored Oct 17, 2017
    Configuration menu
    Copy the full SHA
    e40f81a View commit details
    Browse the repository at this point in the history