summaryrefslogtreecommitdiffstats
path: root/doc/examples/systemd-user/gpg-agent.service
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/systemd-user/gpg-agent.service')
-rw-r--r--doc/examples/systemd-user/gpg-agent.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/examples/systemd-user/gpg-agent.service b/doc/examples/systemd-user/gpg-agent.service
new file mode 100644
index 0000000..a050fcc
--- /dev/null
+++ b/doc/examples/systemd-user/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