11 lines
178 B
Desktop File
11 lines
178 B
Desktop File
[Unit]
|
|
Description=GnuPG private key agent
|
|
IgnoreOnIsolate=true
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/gpg-agent --daemon
|
|
Restart=on-abort
|
|
|
|
[Install]
|
|
WantedBy=default.target
|