mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
systemd.services.prlshprint: fix type
This commit is contained in:
parent
d9c199dbc6
commit
8eb15c5320
@ -87,7 +87,6 @@ in
|
||||
bindsTo = [ "cups.service" ];
|
||||
path = [ prl-tools ];
|
||||
serviceConfig = {
|
||||
Type = "forking";
|
||||
ExecStart = "${prl-tools}/bin/prlshprint";
|
||||
WorkingDirectory = "${prl-tools}/bin";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user