# Functions
GetConfDir get the config directory value from a Variables variable value (if it exists) or uses passed in value or default if previous result in blank.
GetConfigFileName gets the configuration filename value from a Variables variable value (if it exists) or uses passed in value.
GetProfileDir get the profile directory value from a Variables variable value (if it exists) or uses passed in value or default if previous result in blank.
GetStartupInfo gets the Service StartupInfo values from an Variables variable value (if it exists) or uses the default values.
NewVariables constructor reads/stores os.Environ() for use by Variables receiver methods.
# Structs
StartupInfo provides the startup timer values which are applied to the StartupTimer created at boot.
Variables is a receiver that holds Variables variables and encapsulates toml.Tree-based configuration field overrides.