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: eeb14812caca
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1ccc512b39a4
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on May 17, 2020

  1. redis: handle changes to systemd support

    The 6.0 changelog notes that systemd support was rewritten. The effects
    of that seem to be twofold:
    
    * Redis will silently fail to sd_notify if not built with libsystemd,
      breaking our unit configuration.
    * It also appears to misbehave if told to daemonize when running under
      systemd -- note that upstream's sample unit configuration does not
      daemonize:
      https://github.com/antirez/redis/blob/unstable/utils/systemd-redis_server.service
    JJJollyjim committed May 17, 2020
    Copy the full SHA
    8cdc868 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #88009 from JJJollyjim/redis-systemd-fixes

    redis: handle changes to systemd support
    adisbladis committed May 17, 2020
    Copy the full SHA
    1ccc512 View commit details
    Browse the repository at this point in the history