mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-04 20:38:50 +01:00
11 lines
261 B
SYSTEMD
11 lines
261 B
SYSTEMD
|
[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
|