mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-04 20:38:50 +01:00
81074c3b02
* doc/examples/systemd-user/*.service: Drop redundant After=*.socket directive. -- systemd.socket(5) says: Socket units will have a Before= dependency on the service which they trigger added implicitly. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
9 lines
223 B
Desktop File
9 lines
223 B
Desktop File
[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
|