nixos/spice-vdagentd: remove needless shell
This commit is contained in:
parent
e4229bb3f8
commit
8a35f751d1
@ -23,7 +23,7 @@ in
|
||||
'';
|
||||
serviceConfig = {
|
||||
Type = "forking";
|
||||
ExecStart = "/bin/sh -c '${pkgs.spice-vdagent}/bin/spice-vdagentd'";
|
||||
ExecStart = "${pkgs.spice-vdagent}/bin/spice-vdagentd";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user