1
0
mirror of https://github.com/alrayyes/server-dotfiles synced 2023-11-14 15:56:25 +00:00
server-dotfiles/gnupg/.config/systemd/user/gpg-agent.service

12 lines
199 B
SYSTEMD
Raw Normal View History

2016-12-29 13:22:40 +00:00
[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