mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2025-08-04 10:25:44 +07:00
14 lines
331 B
Desktop File
14 lines
331 B
Desktop File
[Unit]
|
|
Description=GnuPG cryptographic agent and passphrase cache
|
|
Documentation=man:gpg-agent(1)
|
|
Requires=gpg-agent.socket
|
|
PartOf=graphical-session.target
|
|
After=graphical-session.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/gpg-agent --supervised
|
|
ExecReload=/usr/bin/gpgconf --reload gpg-agent
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|