Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

nixos/spice-vdagentd: remove needless shell

+1 -1
+1 -1
nixos/modules/services/misc/spice-vdagentd.nix
··· 23 23 ''; 24 24 serviceConfig = { 25 25 Type = "forking"; 26 - ExecStart = "/bin/sh -c '${pkgs.spice-vdagent}/bin/spice-vdagentd'"; 26 + ExecStart = "${pkgs.spice-vdagent}/bin/spice-vdagentd"; 27 27 }; 28 28 }; 29 29 };