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: a95cfefa5514
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6cfc7e9bd275
Choose a head ref
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on Jan 24, 2020

  1. irqbalance: systemd service config aligned with upstream

    Aligned systemd service config with the definition in the upstream repo:
    https://github.com/Irqbalance/irqbalance/blob/master/misc/irqbalance.service#L7.
    
    Other than adding some level of sandboxing it also fixes the "Daemon
    couldn't be bound to the file-based socket." warning reported on
    irqbalance startup due to the fact that the "/run/irqbalance" directory
    didn't exist. The "RuntimeDirectory" property makes sure it gets
    created. The aforementioned warning didn't cause any problems I could
    spot though.
    
    I have verified that both `irqbalance` as well as `irqbalance-ui` work
    fine with this new systemd service config.
    snicket2100 committed Jan 24, 2020
    Copy the full SHA
    a5ab947 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2020

  1. Copy the full SHA
    04bfeea View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. nixos/irqbalance: re-add multi-user.target

    otherwise the service is never started by us.
    Mic92 committed Feb 4, 2020
    Copy the full SHA
    c24a2d3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #78448 from snicket2100/irqbalance-systemd

    irqbalance: systemd service config aligned with upstream
    Mic92 committed Feb 4, 2020
    Copy the full SHA
    6cfc7e9 View commit details
    Browse the repository at this point in the history