cupsd: rename cupsd.service to cups.service

This commit is contained in:
Kirill Elagin 2015-03-12 09:00:56 +03:00
parent ce0a5ab6c2
commit 356810b178
2 changed files with 2 additions and 2 deletions

View file

@ -183,7 +183,7 @@ in
# gets loaded, and then cups cannot access the printers.
boot.blacklistedKernelModules = [ "usblp" ];
systemd.services.cupsd =
systemd.services.cups =
{ description = "CUPS Printing Daemon";
wantedBy = [ "multi-user.target" ];

View file

@ -82,7 +82,7 @@ in
systemd.services.prlshprint = {
description = "Parallels Shared Printer Tool";
wantedBy = [ "multi-user.target" ];
bindsTo = [ "cupsd.service" ];
bindsTo = [ "cups.service" ];
serviceConfig = {
Type = "forking";
ExecStart = "${prl-tools}/bin/prlshprint";