Currently the environment variables have hyphens that can't be used in
some environments (e.g., sourcing in a shell or using EnvironmentFile
in systemd). This adds an additional check to see if the a variant with
an underscore ("_") instead of a hyphen ("-") is present.
Currently the environment variables have hyphens that can't be used in some environments (e.g., sourcing in a shell or using EnvironmentFile in systemd). This adds an additional check to see if the a variant with an underscore ("_") instead of a hyphen ("-") is present.