nixos/spice-vdagentd: remove needless shell

This commit is contained in:
Bjørn Forsman 2017-07-14 16:28:25 +02:00
parent e4229bb3f8
commit 8a35f751d1

View File

@ -23,7 +23,7 @@ in
''; '';
serviceConfig = { serviceConfig = {
Type = "forking"; Type = "forking";
ExecStart = "/bin/sh -c '${pkgs.spice-vdagent}/bin/spice-vdagentd'"; ExecStart = "${pkgs.spice-vdagent}/bin/spice-vdagentd";
}; };
}; };
}; };