12 lines
232 B
Desktop File
12 lines
232 B
Desktop File
[Unit]
|
|
Description=GnuPG private key agent
|
|
IgnoreOnIsolate=true
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/gpg-agent --daemon --homedir=%h/.gnupg
|
|
ExecStop=/usr/bin/pkill gpg-agent
|
|
Restart=on-abort
|
|
|
|
[Install]
|
|
WantedBy=default.target
|