Export all vars defined in /etc/default/telegraf (#3981)

This keeps the format of this file the same between systemd and
sysvinit.
This commit is contained in:
Daniel Nelson 2018-04-06 13:17:24 -07:00 committed by GitHub
parent 7177e0473f
commit 00203fa889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -34,7 +34,9 @@ fi
DEFAULT=/etc/default/telegraf
if [ -r $DEFAULT ]; then
set -o allexport
source $DEFAULT
set +o allexport
fi
if [ -z "$STDOUT" ]; then