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

add systemd support #6675

Merged
merged 7 commits into from
Sep 30, 2019
Merged

add systemd support #6675

merged 7 commits into from
Sep 30, 2019

Commits on Sep 27, 2019

  1. implement systemd socket activation

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    429c4b5 View commit details
    Browse the repository at this point in the history
  2. cr: group related variables

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    6eb8422 View commit details
    Browse the repository at this point in the history
  3. cr: fix copy/paste error

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    1b05265 View commit details
    Browse the repository at this point in the history
  4. systemd: merge API/gateway addresses

    Instead of letting systemd override the configured addresses, merge them. This
    is likely the "expected" behavior.
    Stebalien committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    a4914a4 View commit details
    Browse the repository at this point in the history
  5. systemd: add notify support

    That way, we can reliably know when the daemon is ready.
    Stebalien committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    87f2e38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37c19cc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d0b4fc View commit details
    Browse the repository at this point in the history