Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A couple random fixes for installer and service startup scripts #453

Merged
merged 2 commits into from
Oct 19, 2023

Commits on Oct 19, 2023

  1. Make the installer copy mode bits when it installs resources

    Signed-off-by: Mic Bowman <[email protected]>
    cmickeyb committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    72177bc View commit details
    Browse the repository at this point in the history
  2. Add the bind parameter to the services to enable customized variable …

    …expansion
    
    Many of the configuration files use variable expansion (the '${}' syntax).
    Previously all of the expandable variables were initialized in the configuration
    module. This commit copies the bind parameter that is used in many of the clients
    to the services in order to support command line variable override.
    
    And... remove a few left over references to the old way of handling configuration.
    
    Signed-off-by: Mic Bowman <[email protected]>
    cmickeyb committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    8378fed View commit details
    Browse the repository at this point in the history