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: 3da56c78446a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 77694f5065ff
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 26, 2019

  1. nixos/prosody: add ExecReload

    Add an ExecReload command to the prosody service, to allow reloading
    prosody by sending SIGHUP to the main process, for example to update
    certificates without restarting the server. This is exactly how the
    `prosodyctl` tool does it.
    
    Note: Currently there is a bug which prevents mod_http from reloading the
    certificates properly: https://issues.prosody.im/1216.
    Milan Pässler committed Jan 26, 2019
    Copy the full SHA
    24d5e30 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #54609 from petabyteboy/feature/prosody-reload

    nixos/prosody: add ExecReload
    Mic92 committed Jan 26, 2019
    Copy the full SHA
    77694f5 View commit details
    Browse the repository at this point in the history