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 7bfcd87e83
commit 8b269c4e87
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