Merge pull request #248627 from edef1c/gpg-agent-sockets

This commit is contained in:
edef 2023-10-04 12:32:29 -04:00 committed by GitHub
commit 77225e33c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,7 @@ in
unitConfig = { unitConfig = {
Description = "GnuPG cryptographic agent and passphrase cache"; Description = "GnuPG cryptographic agent and passphrase cache";
Documentation = "man:gpg-agent(1)"; Documentation = "man:gpg-agent(1)";
Requires = [ "gpg-agent.socket" ]; Requires = [ "sockets.target" ];
}; };
serviceConfig = { serviceConfig = {
ExecStart = "${cfg.package}/bin/gpg-agent --supervised"; ExecStart = "${cfg.package}/bin/gpg-agent --supervised";