Merge pull request #226882 from wegank/parallels-guests-final

systemd.services.prlshprint: fix type
This commit is contained in:
Weijia Wang 2023-04-21 10:37:11 +03:00 committed by GitHub
commit e2d6255e9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";
};