mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
12 lines
199 B
SYSTEMD
12 lines
199 B
SYSTEMD
|
[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
|