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:
@@ -34,7 +34,9 @@ fi
|
|||||||
DEFAULT=/etc/default/telegraf
|
DEFAULT=/etc/default/telegraf
|
||||||
|
|
||||||
if [ -r $DEFAULT ]; then
|
if [ -r $DEFAULT ]; then
|
||||||
|
set -o allexport
|
||||||
source $DEFAULT
|
source $DEFAULT
|
||||||
|
set +o allexport
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$STDOUT" ]; then
|
if [ -z "$STDOUT" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user