dotfiles/files/.config/systemd/user/gpg-agent.service

12 lines
178 B
SYSTEMD
Raw Normal View History

2016-10-31 16:51:09 +01:00
[Unit]
Description=GnuPG private key agent
IgnoreOnIsolate=true
[Service]
Type=forking
ExecStart=/usr/bin/gpg-agent --daemon
Restart=on-abort
[Install]
WantedBy=default.target