nixpkgs/nixos
Eelco Dolstra 1c39a47ac8 Reload, don't restart, dbus.service
Many bus clients get hopelessly confused when dbus-daemon is
restarted. So let's not do that.

Of course, this is not ideal either, because we end up stuck with a
possibly outdated dbus-daemon. But that issue will become irrelevant
in the glorious kdbus-based future.

Hopefully this also gets rid of systemd getting stuck after
dbus-daemon is restarted:

Apr 01 15:37:50 mandark systemd[1]: Failed to register match for Disconnected message: Connection timed out
Apr 01 15:37:50 mandark systemd[1]: Looping too fast. Throttling execution a little.
Apr 01 15:37:51 mandark systemd[1]: Looping too fast. Throttling execution a little.
...
2015-04-01 16:57:16 +02:00
..
doc/manual nixos-install: support -j, --cores and --option. Closes #6755 2015-03-11 16:47:44 +00:00
lib nixos: test: add tests for booting installation iso in various ways 2015-03-24 22:09:07 +01:00
maintainers nixos/initrd: Generic library copying 2015-03-28 18:37:29 -07:00
modules Reload, don't restart, dbus.service 2015-04-01 16:57:16 +02:00
tests nixos/tests/swraid: Increase boot partition size. 2015-04-01 08:50:38 +02:00
COPYING Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
default.nix Fix nixos-option 2013-10-28 22:45:58 +01:00
README Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
release-combined.nix nixos: Re-add swraid installer tests to releases. 2015-04-01 08:50:38 +02:00
release-small.nix Rename scrubDrv -> hydraJob and make it more effective 2015-03-20 19:46:18 +01:00
release.nix nixos: Re-add swraid installer tests to releases. 2015-04-01 08:50:38 +02:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.