Merge pull request #248627 from edef1c/gpg-agent-sockets
This commit is contained in:
commit
77225e33c0
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue