blob: 9ab922081698be8385fcfe2aaa7c3cbf69b5b0d2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=GnuPG cryptographic agent and passphrase cache
Documentation=man:gpg-agent(1)
Requires=gpg-agent.socket
After=gpg-agent.socket
## This is a socket-activated service:
RefuseManualStart=true
[Service]
ExecStart=/usr/bin/gpg-agent --supervised
|