mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
407da18254
* doc/examples/systemd-user/*.service: drop RefuseManualStart=true -- These user services can be safely started manually as long as at least their primary sockets are available. They'll just start with nothing to do, which should be fine. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
10 lines
246 B
Desktop File
10 lines
246 B
Desktop File
[Unit]
|
|
Description=GnuPG cryptographic agent and passphrase cache
|
|
Documentation=man:gpg-agent(1)
|
|
Requires=gpg-agent.socket
|
|
After=gpg-agent.socket
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/gpg-agent --supervised
|
|
ExecReload=/usr/bin/gpgconf --reload gpg-agent
|