mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #226882 from wegank/parallels-guests-final
systemd.services.prlshprint: fix type
This commit is contained in:
commit
e2d6255e9e
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@ in
|
|||
bindsTo = [ "cups.service" ];
|
||||
path = [ prl-tools ];
|
||||
serviceConfig = {
|
||||
Type = "forking";
|
||||
ExecStart = "${prl-tools}/bin/prlshprint";
|
||||
WorkingDirectory = "${prl-tools}/bin";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue