mirror of
https://github.com/alrayyes/server-dotfiles
synced 2023-11-14 15:56:25 +00:00
12 lines
199 B
Desktop File
12 lines
199 B
Desktop File
[Unit]
|
|
Description=GnuPG private key agent
|
|
IgnoreOnIsolate=true
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/gpg-agent --daemon --enable-ssh-support
|
|
Restart=on-abort
|
|
|
|
[Install]
|
|
WantedBy=default.target
|