Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 60820d8d83e5
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 749857f7aa59
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 19, 2019

  1. nixos/acme: implement postRun using ExecStartPost

    In 5532065, acme was changed to be
    RemainAfterExit=true, but `postRun` commands are implemented as
    `ExecStopPost`. Systemd now considers the service to be still running
    after simp_le is finished, so won't run these commands (e.g. to reload
    certificates in a webserver). Change `postRun` to use `ExecStartPost` to
    ensure the commands are run in a timely manner.
    brprice committed Dec 19, 2019
    Copy the full SHA
    83972b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. Merge pull request #76052 from brprice/WIP/acme

    nixos/acme: implement postRun using ExecStartPost
    flokli committed Dec 20, 2019
    Copy the full SHA
    749857f View commit details
    Browse the repository at this point in the history