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: e4de353830a9
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5fa93517f50f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 25, 2019

  1. wireguard: restart on failure

    As a oneshot service, if the startup failed it would never be attempted again.
    This is problematic when peer's addresses require DNS. DNS may not be reliably available at
    the time wireguard starts. Converting this to a simple service with Restart
    and RestartAfter directives allows the service to be reattempted, but at
    the cost of losing the oneshot semantics.
    
    Signed-off-by: Maximilian Bosch <maximilian@mbosch.me>
    sjau authored and Ma27 committed May 25, 2019
    Copy the full SHA
    1bff53c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61971 from sjau/wg_client_start

    wireguard: restart on failure\nAs a oneshot service, if the startup f…
    Ma27 committed May 25, 2019
    Copy the full SHA
    5fa9351 View commit details
    Browse the repository at this point in the history