systemd.services.prlshprint: fix type

This commit is contained in:
Weijia Wang 2023-04-18 18:55:47 +03:00
parent d9c199dbc6
commit 8eb15c5320

View File

@ -87,7 +87,6 @@ in
bindsTo = [ "cups.service" ];
path = [ prl-tools ];
serviceConfig = {
Type = "forking";
ExecStart = "${prl-tools}/bin/prlshprint";
WorkingDirectory = "${prl-tools}/bin";
};