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

service: support multiple sockets in DSL #16026

Commits on Sep 24, 2023

  1. service: support multiple sockets in DSL

    This adds support for multiple named sockets to the service DSL.
    It also retains backwards compatibility with the previous DSL
    where you can declare one socket and it is always just named
    Listener by default.
    apainintheneck committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    ae5e938 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afeef33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddfa723 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. service: prefer symbols over strings in DSL

    This is more in keeping with the other DSL methods and Ruby
    convention along with the fact that these socket names are
    just used internally by launchd.
    apainintheneck committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    5fb9f90 View commit details
    Browse the repository at this point in the history