Unverified Commit a21ce409 authored by Marcel Sackermann's avatar Marcel Sackermann
Browse files

nixos/libvirt-guests: remove unexpected service dependency on libvirtd.service

Remove service dependency that caused VMs to get suspended/shudown on libvirtd service stop/restart.

This behaviour is unexpected. The `libvirt-guests.service` is expected
to suspend/shutdown libvirt guests on host system shutdown - not on
libvirtd service shutdown.

this resolves https://github.com/NixOS/nixpkgs/issues/485136
parent 2bb57ed7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -549,7 +549,6 @@ in

    systemd.services.libvirt-guests = {
      wantedBy = [ "multi-user.target" ];
      requires = [ "libvirtd.service" ];
      after = [ "libvirtd.service" ];
      path = with pkgs; [
        coreutils