disable gpg agent
This commit is contained in:
parent
4e431a55ac
commit
3b10322ead
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
||||||
[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
|
|
Loading…
Reference in a new issue