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

Do not override built-in config location in keymaster.service. #18

Merged
merged 4 commits into from
Jan 24, 2020

Commits on Jan 22, 2020

  1. Configuration menu
    Copy the full SHA
    99f369e View commit details
    Browse the repository at this point in the history
  2. Fix Debian startip by removing hard-coding of setcap path.

    On Debian setcap is in /sbin rather than /usr/sbin, so startup fails.
    rgooch committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    d1a2353 View commit details
    Browse the repository at this point in the history
  3. Fix startup for CentOS.

    Contrary to the documentation and what's shown by
    "systemd-path search-binaries", systemd on CentOS does not do PATH lookup
    for ExecStart*= commands. It works as advertised on Debian.
    rgooch committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    896c2ba View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Configuration menu
    Copy the full SHA
    cbfacfa View commit details
    Browse the repository at this point in the history