mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
cupsd: rename cupsd.service
to cups.service
This commit is contained in:
parent
ce0a5ab6c2
commit
356810b178
@ -183,7 +183,7 @@ in
|
|||||||
# gets loaded, and then cups cannot access the printers.
|
# gets loaded, and then cups cannot access the printers.
|
||||||
boot.blacklistedKernelModules = [ "usblp" ];
|
boot.blacklistedKernelModules = [ "usblp" ];
|
||||||
|
|
||||||
systemd.services.cupsd =
|
systemd.services.cups =
|
||||||
{ description = "CUPS Printing Daemon";
|
{ description = "CUPS Printing Daemon";
|
||||||
|
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
@ -82,7 +82,7 @@ in
|
|||||||
systemd.services.prlshprint = {
|
systemd.services.prlshprint = {
|
||||||
description = "Parallels Shared Printer Tool";
|
description = "Parallels Shared Printer Tool";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
bindsTo = [ "cupsd.service" ];
|
bindsTo = [ "cups.service" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "forking";
|
Type = "forking";
|
||||||
ExecStart = "${prl-tools}/bin/prlshprint";
|
ExecStart = "${prl-tools}/bin/prlshprint";
|
||||||
|
Loading…
Reference in New Issue
Block a user