summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-23 05:13:27 +0100
committerSam James <sam@gentoo.org>2023-05-23 05:13:27 +0100
commit432b7036cc18e57100696d0c505cc6abd1447582 (patch)
tree551bbf26c0965756bb17756010b5bf7115fa6291 /app-crypt/gnupg/files/gpg-agent.service
parentsys-devel/reflex: add 20230521 (diff)
downloadgentoo-432b7036cc18e57100696d0c505cc6abd1447582.tar.gz
gentoo-432b7036cc18e57100696d0c505cc6abd1447582.tar.bz2
gentoo-432b7036cc18e57100696d0c505cc6abd1447582.zip
app-crypt/gnupg: add 2.4.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/gnupg/files/gpg-agent.service')
-rw-r--r--app-crypt/gnupg/files/gpg-agent.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/app-crypt/gnupg/files/gpg-agent.service b/app-crypt/gnupg/files/gpg-agent.service
new file mode 100644
index 000000000000..a050fccdc527
--- /dev/null
+++ b/app-crypt/gnupg/files/gpg-agent.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=GnuPG cryptographic agent and passphrase cache
+Documentation=man:gpg-agent(1)
+Requires=gpg-agent.socket
+
+[Service]
+ExecStart=/usr/bin/gpg-agent --supervised
+ExecReload=/usr/bin/gpgconf --reload gpg-agent